Lines Matching refs:sk_buff
37 struct sk_buff * (*l3mdev_l3_rcv)(struct net_device *dev,
38 struct sk_buff *skb, u16 proto);
39 struct sk_buff * (*l3mdev_l3_out)(struct net_device *dev,
40 struct sock *sk, struct sk_buff *skb,
165 struct sk_buff *l3mdev_l3_rcv(struct sk_buff *skb, u16 proto)
182 struct sk_buff *l3mdev_ip_rcv(struct sk_buff *skb)
188 struct sk_buff *l3mdev_ip6_rcv(struct sk_buff *skb)
194 struct sk_buff *l3mdev_l3_out(struct sock *sk, struct sk_buff *skb, u16 proto)
211 struct sk_buff *l3mdev_ip_out(struct sock *sk, struct sk_buff *skb)
217 struct sk_buff *l3mdev_ip6_out(struct sock *sk, struct sk_buff *skb)
279 struct sk_buff *l3mdev_ip_rcv(struct sk_buff *skb)
285 struct sk_buff *l3mdev_ip6_rcv(struct sk_buff *skb)
291 struct sk_buff *l3mdev_ip_out(struct sock *sk, struct sk_buff *skb)
297 struct sk_buff *l3mdev_ip6_out(struct sock *sk, struct sk_buff *skb)