Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dmptcp.h195 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) in mptcp_reset_option() function
285 static inline __be32 mptcp_reset_option(const struct sk_buff *skb) { return htonl(0u); } in mptcp_reset_option() function
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c873 mrst = mptcp_reset_option(skb); in tcp_v6_send_response()
/linux-6.1.9/net/ipv4/
Dtcp_ipv4.c792 __be32 mrst = mptcp_reset_option(skb); in tcp_v4_send_reset()