Searched refs:mptcp_syn_options (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | mptcp.h | 79 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, 164 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mptcp.h | 139 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, 244 static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | options.c | 333 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | options.c | 404 bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, in mptcp_syn_options() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 827 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 837 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()
|
Completed in 15 milliseconds