Lines Matching refs:sk_buff
81 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
85 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb,
88 void mptcp_incoming_options(struct sock *sk, struct sk_buff *skb);
95 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
96 struct sk_buff *from) in mptcp_skb_ext_move()
125 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
126 const struct sk_buff *from) in mptcp_skb_can_collapse()
135 struct sk_buff *skb);
157 static inline void mptcp_parse_option(const struct sk_buff *skb, in mptcp_parse_option()
163 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options()
178 struct sk_buff *skb, in mptcp_established_options()
187 struct sk_buff *skb) in mptcp_incoming_options()
191 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move()
192 const struct sk_buff *from) in mptcp_skb_ext_move()
196 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
197 const struct sk_buff *from) in mptcp_skb_can_collapse()
207 struct sk_buff *skb) in mptcp_subflow_init_cookie_req()