Home
last modified time | relevance | path

Searched refs:tcp_parse_auth_options (Results 1 – 5 of 5) sorted by relevance

/linux-6.8/net/ipv6/
Dtcp_ipv6.c1041 if (tcp_parse_auth_options(th, &md5_hash_location, &aoh)) in tcp_v6_send_reset()
1168 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
1222 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
/linux-6.8/net/ipv4/
Dtcp_ipv4.c779 if (tcp_parse_auth_options(tcp_hdr(skb), &md5_hash_location, &aoh)) in tcp_v4_send_reset()
1033 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) {
1093 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
Dtcp_ao.c867 if (tcp_parse_auth_options(th, NULL, &aoh) || !aoh) in tcp_ao_syncookie()
Dtcp_input.c7197 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) in tcp_conn_request()
/linux-6.8/include/net/
Dtcp.h2703 static inline int tcp_parse_auth_options(const struct tcphdr *th, in tcp_parse_auth_options() function
2766 if (tcp_parse_auth_options(th, &md5_location, &aoh)) { in tcp_inbound_hash()