Lines Matching refs:sock
123 static inline bool sk_is_mptcp(const struct sock *sk)
138 void mptcp_space(const struct sock *ssk, int *space, int *full_space);
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);
208 const struct sock *sk_listener,
211 struct sock *sk_listener,
229 static inline bool sk_is_mptcp(const struct sock *sk)
244 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
258 static inline bool mptcp_established_options(struct sock *sk,
267 static inline bool mptcp_incoming_options(struct sock *sk,
289 static inline void mptcp_space(const struct sock *ssk, int *s, int *fs) { }
293 const struct sock *sk_listener,
300 struct sock *sk_listener,
311 void mptcpv6_handle_mapped(struct sock *sk, bool mapped);
314 static inline void mptcpv6_handle_mapped(struct sock *sk, bool mapped) { }
318 struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk);
320 static inline struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk) { return NULL; }