Lines Matching refs:sk_buff
118 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
122 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb,
125 bool mptcp_incoming_options(struct sock *sk, struct sk_buff *skb);
135 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
136 struct sk_buff *from) in mptcp_skb_ext_move()
149 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy()
150 struct sk_buff *from) in mptcp_skb_ext_copy()
178 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
179 const struct sk_buff *from) in mptcp_skb_can_collapse()
188 struct sk_buff *skb);
190 __be32 mptcp_get_reset_option(const struct sk_buff *skb);
192 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) in mptcp_reset_option()
220 static inline void mptcp_parse_option(const struct sk_buff *skb, in mptcp_parse_option()
226 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options()
241 struct sk_buff *skb, in mptcp_established_options()
250 struct sk_buff *skb) in mptcp_incoming_options()
255 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
256 const struct sk_buff *from) in mptcp_skb_ext_move()
260 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy()
261 struct sk_buff *from) in mptcp_skb_ext_copy()
265 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
266 const struct sk_buff *from) in mptcp_skb_can_collapse()
276 struct sk_buff *skb) in mptcp_subflow_init_cookie_req()
281 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) { return htonl(0u); } in mptcp_reset_option()