Home
last modified time | relevance | path

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

/include/net/
A Dinet6_hashtables.h60 struct sk_buff *skb, int doff,
69 struct sk_buff *skb, int doff,
78 struct sk_buff *skb, int doff,
87 struct sk_buff *skb, int doff, in __inet6_lookup() argument
102 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __inet6_lookup()
107 struct sock *inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff, in inet6_steal_sock() argument
132 reuse_sk = inet6_lookup_reuseport(net, sk, skb, doff, in inet6_steal_sock()
147 struct sk_buff *skb, int doff, in __inet6_lookup_skb() argument
157 sk = inet6_steal_sock(net, skb, doff, &ip6h->saddr, sport, &ip6h->daddr, dport, in __inet6_lookup_skb()
165 doff, &ip6h->saddr, sport, in __inet6_lookup_skb()
[all …]
A Dinet_hashtables.h298 struct sk_buff *skb, int doff,
306 struct sk_buff *skb, int doff, in inet_lookup_listener() argument
375 struct sk_buff *skb, int doff,
382 struct sk_buff *skb, int doff,
399 struct sk_buff *skb, int doff, in __inet_lookup() argument
414 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, in __inet_lookup()
420 struct sk_buff *skb, int doff, in inet_lookup() argument
428 sk = __inet_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet_lookup()
462 reuse_sk = inet_lookup_reuseport(net, sk, skb, doff, in inet_steal_sock()
478 int doff, in __inet_lookup_skb() argument
[all …]
/include/net/netfilter/
A Dnf_synproxy.h45 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
/include/linux/
A Dtcp.h31 return th->doff * 4; in __tcp_hdrlen()
46 return inner_tcp_hdr(skb)->doff * 4; in inner_tcp_hdrlen()
81 return (tcp_hdr(skb)->doff - 5) * 4; in tcp_optlen()
/include/uapi/linux/
A Dtcp.h33 doff:4, member
43 __u16 doff:4, member

Completed in 14 milliseconds