Searched refs:ipv6hdr (Results 1 – 5 of 5) sorted by relevance
47 const struct ipv6hdr* const ip6 = is_ethernet ? (void*)(eth + 1) : data;269 struct ipv6hdr ip6 = {315 *(struct ipv6hdr*)data = ip6;
45 #define IPV6_PROTO_OFF offsetof(struct ipv6hdr, nexthdr)114 int ip_overhead = (is_ipv6 ? sizeof(struct ipv6hdr) : sizeof(struct iphdr)); \165 ret = bpf_skb_load_bytes(skb, sizeof(struct ipv6hdr) + TCP_FLAG_OFF, &flag, 1); in DEFINE_UPDATE_STATS()
44 #define IP6_HLEN sizeof(struct ipv6hdr)58 #define IP6_OFFSET(field) offsetof(struct ipv6hdr, field)127 struct ipv6hdr* ip6 = is_ethernet ? (void*)(eth + 1) : data;212 const int tcp_overhead = sizeof(struct ipv6hdr) + sizeof(struct tcphdr) + 12;
78 struct ipv6hdr { struct
3721 constexpr unsigned short kPayloadLen = 1500 - sizeof(ipv6hdr); in TEST_F()3723 ipv6hdr hdr; in TEST_F()