Home
last modified time | relevance | path

Searched refs:sk_is_mptcp (Results 1 – 9 of 9) sorted by relevance

/linux/net/mptcp/
H A Dbpf.c17 if (sk && sk_fullsock(sk) && sk_is_tcp(sk) && sk_is_mptcp(sk)) in bpf_mptcp_sock_from_subflow()
H A Dsubflow.c1937 if (!sk_is_mptcp(ssk)) in mptcp_subflow_queue_clean()
H A Dprotocol.c4409 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()
/linux/include/net/
H A Dmptcp.h132 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
240 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
H A Dtcp.h1950 if (sk_is_mptcp((struct sock *)tp)) in __tcp_fast_path_on()
/linux/net/ipv6/
H A Dtcp_ipv6.c232 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))
/linux/net/ipv4/
H A Dtcp_output.c1029 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()
H A Dtcp_input.c4893 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()
/linux/net/core/
H A Dfilter.c12536 sk_is_mptcp(sk)) in bpf_sk_assign_tcp_reqsk()