Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dmptcp.h120 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
222 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/Linux-v6.1/net/mptcp/
Doptions.c398 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
/Linux-v6.1/net/ipv4/
Dtcp_output.c828 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()