Lines Matching refs:doff
130 struct sk_buff *skb, int doff, in inet6_lookup_reuseport() argument
143 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
152 struct sk_buff *skb, int doff, in inet6_lhash2_lookup() argument
164 result = inet6_lookup_reuseport(net, sk, skb, doff, in inet6_lhash2_lookup()
179 struct sk_buff *skb, int doff, in inet6_lookup_run_sk_lookup() argument
194 reuse_sk = inet6_lookup_reuseport(net, sk, skb, doff, in inet6_lookup_run_sk_lookup()
204 struct sk_buff *skb, int doff, in inet6_lookup_listener() argument
216 result = inet6_lookup_run_sk_lookup(net, IPPROTO_TCP, skb, doff, in inet6_lookup_listener()
226 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener()
236 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener()
248 struct sk_buff *skb, int doff, in inet6_lookup() argument
256 sk = __inet6_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet6_lookup()