Home
last modified time | relevance | path

Searched refs:mptcp_syn_options (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dmptcp.h81 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
163 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c332 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c826 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()