Lines Matching defs:doff
59 struct sk_buff *skb, int doff,
67 struct sk_buff *skb, int doff,
76 struct sk_buff *skb, int doff,
84 struct sk_buff *skb, int doff,
99 return inet6_lookup_listener(net, skb, doff, saddr, sport,
104 struct sock *inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff,
129 reuse_sk = inet6_lookup_reuseport(net, sk, skb, doff,
143 static inline struct sock *__inet6_lookup_skb(struct sk_buff *skb, int doff,
153 sk = inet6_steal_sock(net, skb, doff, &ip6h->saddr, sport, &ip6h->daddr, dport,
160 return __inet6_lookup(net, skb, doff, &ip6h->saddr, sport,
165 struct sock *inet6_lookup(const struct net *net, struct sk_buff *skb, int doff,