Searched refs:sk_is_mptcp (Results 1 – 9 of 9) sorted by relevance
17 if (sk && sk_fullsock(sk) && sk_is_tcp(sk) && sk_is_mptcp(sk)) in bpf_mptcp_sock_from_subflow()
1937 if (!sk_is_mptcp(ssk)) in mptcp_subflow_queue_clean()
4409 pr_debug("newsk=%p, subflow is mptcp=%d\n", newsk, sk_is_mptcp(newsk)); in mptcp_stream_accept()4410 if (sk_is_mptcp(newsk)) { in mptcp_stream_accept()
132 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function240 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
1950 if (sk_is_mptcp((struct sock *)tp)) in __tcp_fast_path_on()
232 if (sk_is_mptcp(sk)) in tcp_v6_connect()245 if (sk_is_mptcp(sk)) in tcp_v6_connect()1361 if (sk_is_mptcp(newsk))
1029 if (sk_is_mptcp(sk)) { in tcp_syn_options()1185 if (sk_is_mptcp(sk)) { in tcp_established_options()3330 if (sk_is_mptcp(sk)) in __tcp_select_window()
4893 if (sk_is_mptcp(sk)) in tcp_reset()5617 if (sk_is_mptcp(sk) && !mptcp_incoming_options(sk, skb)) { in tcp_data_queue()7381 if (sk_is_mptcp(sk) && !mptcp_incoming_options(sk, skb)) in tcp_rcv_state_process()
12536 sk_is_mptcp(sk)) in bpf_sk_assign_tcp_reqsk()