Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dmptcp.h65 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
142 static inline bool sk_is_mptcp(const struct sock *sk) in sk_is_mptcp() function
H A Dtcp.h682 if (sk_is_mptcp((struct sock *)tp)) in __tcp_fast_path_on()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c294 if (sk_is_mptcp(sk)) in cookie_tcp_reqsk_alloc()
309 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
H A Dtcp_output.c823 if (sk_is_mptcp(sk)) { in tcp_syn_options()
946 if (sk_is_mptcp(sk)) { in tcp_established_options()
2954 if (sk_is_mptcp(sk)) in __tcp_select_window()
H A Dtcp_input.c4983 if (sk_is_mptcp(sk)) in tcp_data_queue()
6577 if (sk_is_mptcp(sk)) in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c241 if (sk_is_mptcp(sk)) in tcp_v6_connect()
253 if (sk_is_mptcp(sk)) in tcp_v6_connect()
1255 if (sk_is_mptcp(newsk)) in tcp_v6_syn_recv_sock()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2138 pr_debug("msk=%p, subflow is mptcp=%d", msk, sk_is_mptcp(newsk)); in mptcp_accept()
2139 if (sk_is_mptcp(newsk)) { in mptcp_accept()