Lines Matching refs:sk_buff
65 void ip6_route_input(struct sk_buff *skb);
118 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif,
120 void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu);
121 void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark);
122 void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif,
124 void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk);
129 struct sk_buff *skb;
158 static inline bool ipv6_unicast_destination(const struct sk_buff *skb) in ipv6_unicast_destination()
175 int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
176 int (*output)(struct net *, struct sock *, struct sk_buff *));
178 static inline int ip6_skb_dst_mtu(struct sk_buff *skb) in ip6_skb_dst_mtu()