Home
last modified time | relevance | path

Searched refs:doff (Results 1 – 6 of 6) sorted by relevance

/include/net/
Dinet6_hashtables.h53 struct sk_buff *skb, int doff,
62 struct sk_buff *skb, int doff, in __inet6_lookup() argument
77 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __inet6_lookup()
82 struct sk_buff *skb, int doff, in __inet6_lookup_skb() argument
94 doff, &ipv6_hdr(skb)->saddr, sport, in __inet6_lookup_skb()
100 struct sk_buff *skb, int doff,
Dinet_hashtables.h254 struct sk_buff *skb, int doff,
262 struct sk_buff *skb, int doff, in inet_lookup_listener() argument
266 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in inet_lookup_listener()
334 struct sk_buff *skb, int doff, in __inet_lookup() argument
349 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, in __inet_lookup()
355 struct sk_buff *skb, int doff, in inet_lookup() argument
363 sk = __inet_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet_lookup()
373 int doff, in __inet_lookup_skb() argument
386 doff, iph->saddr, sport, in __inet_lookup_skb()
Dip6_checksum.h74 csum_partial(th, th->doff << 2, in __tcp_v6_send_check()
/include/net/netfilter/
Dnf_synproxy.h45 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
/include/uapi/linux/
Dtcp.h32 doff:4, member
42 __u16 doff:4, member
/include/linux/
Dtcp.h32 return th->doff * 4; in __tcp_hdrlen()
47 return inner_tcp_hdr(skb)->doff * 4; in inner_tcp_hdrlen()
52 return (tcp_hdr(skb)->doff - 5) * 4; in tcp_optlen()