Searched refs:tcp_parse_auth_options (Results  1 – 6 of 6) sorted by relevance
| /linux/net/ipv6/ | 
| H A D | tcp_ipv6.c | 1050 	if (tcp_parse_auth_options(th, &md5_hash_location, &aoh))  in tcp_v6_send_reset() 1183 			if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) 1238 		if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
  | 
| /linux/net/ipv4/ | 
| H A D | tcp_ipv4.c | 796 	if (tcp_parse_auth_options(tcp_hdr(skb), &md5_hash_location, &aoh)) in tcp_v4_send_reset()  1064 			if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) { 1123 		if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
  | 
| H A D | tcp_ao.c | 885 	if (tcp_parse_auth_options(th, NULL, &aoh) || !aoh)  in tcp_ao_syncookie()
  | 
| H A D | tcp.c | 4932 	if (tcp_parse_auth_options(th, &md5_location, &aoh)) {  in tcp_inbound_hash()
  | 
| H A D | tcp_input.c | 7494 	if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))  in tcp_conn_request()
  | 
| /linux/include/net/ | 
| H A D | tcp.h | 2888 static inline int tcp_parse_auth_options(const struct tcphdr *th,  in tcp_parse_auth_options()  function
  |