Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h142 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
247 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/linux/net/mptcp/
H A Doptions.c404 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/linux/net/ipv4/
H A Dtcp_output.c885 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()