Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmptcp.h143 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb,
258 static inline bool mptcp_established_options(struct sock *sk, in mptcp_established_options() function
/openbmc/linux/net/mptcp/
H A Doptions.c828 bool mptcp_established_options(struct sock *sk, struct sk_buff *skb, in mptcp_established_options() function
/openbmc/linux/net/ipv4/
H A Dtcp_output.c968 if (mptcp_established_options(sk, skb, &opt_size, remaining, in tcp_established_options()