Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dbpf.c17 if (sk && sk_fullsock(sk) && sk->sk_protocol == IPPROTO_TCP && sk_is_mptcp(sk)) in bpf_mptcp_sock_from_subflow()
H A Dprotocol.c3912 pr_debug("newsk=%p, subflow is mptcp=%d\n", newsk, sk_is_mptcp(newsk)); in mptcp_stream_accept()
3913 if (sk_is_mptcp(newsk)) { in mptcp_stream_accept()
H A Dsubflow.c1841 if (!sk_is_mptcp(ssk)) in mptcp_subflow_queue_clean()
/openbmc/linux/include/net/
H A Dmptcp.h123 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
229 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
H A Dtcp.h720 if (sk_is_mptcp((struct sock *)tp)) in __tcp_fast_path_on()
/openbmc/linux/net/ipv4/
H A Dsyncookies.c285 if (sk_is_mptcp(sk)) in cookie_tcp_reqsk_alloc()
300 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
H A Dtcp_output.c839 if (sk_is_mptcp(sk)) { in tcp_syn_options()
964 if (sk_is_mptcp(sk)) { in tcp_established_options()
3037 if (sk_is_mptcp(sk)) in __tcp_select_window()
H A Dtcp_input.c4449 if (sk_is_mptcp(sk)) in tcp_reset()
5142 if (sk_is_mptcp(sk) && !mptcp_incoming_options(sk, skb)) { in tcp_data_queue()
6820 if (sk_is_mptcp(sk) && !mptcp_incoming_options(sk, skb)) in tcp_rcv_state_process()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c237 if (sk_is_mptcp(sk)) in tcp_v6_connect()
250 if (sk_is_mptcp(sk)) in tcp_v6_connect()
1229 if (sk_is_mptcp(newsk)) in tcp_v6_syn_recv_sock()