Lines Matching refs:sk_buff
120 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
124 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb,
127 bool mptcp_incoming_options(struct sock *sk, struct sk_buff *skb);
137 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
138 struct sk_buff *from) in mptcp_skb_ext_move()
151 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy()
152 struct sk_buff *from) in mptcp_skb_ext_copy()
180 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
181 const struct sk_buff *from) in mptcp_skb_can_collapse()
190 struct sk_buff *skb);
192 __be32 mptcp_get_reset_option(const struct sk_buff *skb);
194 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) in mptcp_reset_option()
222 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options()
237 struct sk_buff *skb, in mptcp_established_options()
246 struct sk_buff *skb) in mptcp_incoming_options()
251 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
252 const struct sk_buff *from) in mptcp_skb_ext_move()
256 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy()
257 struct sk_buff *from) in mptcp_skb_ext_copy()
261 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
262 const struct sk_buff *from) in mptcp_skb_can_collapse()
272 struct sk_buff *skb) in mptcp_subflow_init_cookie_req()
277 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) { return htonl(0u); } in mptcp_reset_option()