Lines Matching refs:sk_buff
19 /* MPTCP sk_buff extension data */
139 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
143 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb,
146 bool mptcp_incoming_options(struct sock *sk, struct sk_buff *skb);
156 static inline void mptcp_skb_ext_move(struct sk_buff *to,
157 struct sk_buff *from)
170 static inline void mptcp_skb_ext_copy(struct sk_buff *to,
171 struct sk_buff *from)
199 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to,
200 const struct sk_buff *from)
209 struct sk_buff *skb);
214 __be32 mptcp_get_reset_option(const struct sk_buff *skb);
216 static inline __be32 mptcp_reset_option(const struct sk_buff *skb)
244 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
259 struct sk_buff *skb,
268 struct sk_buff *skb)
273 static inline void mptcp_skb_ext_move(struct sk_buff *to,
274 const struct sk_buff *from)
278 static inline void mptcp_skb_ext_copy(struct sk_buff *to,
279 struct sk_buff *from)
283 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to,
284 const struct sk_buff *from)
294 struct sk_buff *skb)
306 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) { return htonl(0u); }