Lines Matching refs:ipv6hdr
69 #define TOTAL_HDR_LEN (ETH_HLEN + sizeof(struct ipv6hdr) + sizeof(struct tcphdr))
70 #define MSS (4096 - sizeof(struct tcphdr) - sizeof(struct ipv6hdr))
71 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr))
73 #define MAX_HDR_LEN (ETH_HLEN + sizeof(struct ipv6hdr) + sizeof(struct tcphdr))
113 next_off = offsetof(struct ipv6hdr, nexthdr);
223 struct ipv6hdr *ip6h = buf;
379 struct ipv6hdr *ip6h = (struct ipv6hdr *)(buf + ETH_HLEN);
646 struct ipv6hdr *ip6h = (struct ipv6hdr *)(buf + ETH_HLEN);
689 struct ipv6hdr *ip6h = (struct ipv6hdr *)(buf + ETH_HLEN);
747 struct ipv6hdr *ip6h = (struct ipv6hdr *)(buffer + ETH_HLEN);
888 * and min ipv6hdr size. Like MAX_HDR_SIZE,
1090 tcp_offset = ETH_HLEN + sizeof(struct ipv6hdr);