Searched refs:BAREUDP_BASE_HLEN (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/
H A Dbareudp.c23 #define BAREUDP_BASE_HLEN sizeof(struct udphdr) macro
84 if (skb_copy_bits(skb, BAREUDP_BASE_HLEN, &ipversion,
134 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN,
332 BAREUDP_BASE_HLEN + info->options_len + sizeof(struct iphdr);
397 BAREUDP_BASE_HLEN + info->options_len + sizeof(struct ipv6hdr);
565 dev->max_mtu = IP_MAX_MTU - BAREUDP_BASE_HLEN;

Completed in 169 milliseconds