Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h219 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) in mptcp_reset_option() function
309 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) { return htonl(0u); } in mptcp_reset_option() function
/linux/net/ipv6/
H A Dtcp_ipv6.c891 mrst = mptcp_reset_option(skb); in tcp_v6_send_response()
/linux/net/ipv4/
H A Dtcp_ipv4.c858 __be32 mrst = mptcp_reset_option(skb); in tcp_v4_send_reset()