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;
167 static inline bool ipv6_unicast_destination(const struct sk_buff *skb) in ipv6_unicast_destination()
174 static inline bool ipv6_anycast_destination(const struct sk_buff *skb) in ipv6_anycast_destination()
181 int ip6_fragment(struct sock *sk, struct sk_buff *skb,
182 int (*output)(struct sock *, struct sk_buff *));
184 static inline int ip6_skb_dst_mtu(struct sk_buff *skb) in ip6_skb_dst_mtu()