Searched refs:tcp_parse_auth_options (Results 1 – 6 of 6) sorted by relevance
/linux-6.15/net/ipv6/ |
D | tcp_ipv6.c | 1046 if (tcp_parse_auth_options(th, &md5_hash_location, &aoh)) in tcp_v6_send_reset() 1180 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) 1235 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
|
/linux-6.15/net/ipv4/ |
D | tcp_ipv4.c | 793 if (tcp_parse_auth_options(tcp_hdr(skb), &md5_hash_location, &aoh)) in tcp_v4_send_reset() 1062 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) { 1121 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
|
D | tcp_ao.c | 886 if (tcp_parse_auth_options(th, NULL, &aoh) || !aoh) in tcp_ao_syncookie()
|
D | tcp.c | 4849 if (tcp_parse_auth_options(th, &md5_location, &aoh)) { in tcp_inbound_hash()
|
D | tcp_input.c | 7338 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) in tcp_conn_request()
|
/linux-6.15/include/net/ |
D | tcp.h | 2846 static inline int tcp_parse_auth_options(const struct tcphdr *th, in tcp_parse_auth_options() function
|