Searched refs:tcp_md5_addr (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 779 const union tcp_md5_addr *addr; in tcp_v4_send_reset() 786 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_v4_send_reset() 789 const union tcp_md5_addr *addr; in tcp_v4_send_reset() 812 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_v4_send_reset() 1090 const union tcp_md5_addr *addr; 1100 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1130 const union tcp_md5_addr *addr; 1133 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1237 const union tcp_md5_addr *addr, 1280 const union tcp_md5_addr *addr, [all …]
|
| H A D | tcp_ao.c | 760 addr = (union tcp_md5_addr *)&ipv6_hdr(skb)->saddr; in tcp_ao_prepare_reset() 762 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_ao_prepare_reset()
|
| /linux/include/net/ |
| H A D | tcp.h | 1984 #define tcp_md5_addr tcp_ao_addr macro 1993 union tcp_md5_addr addr; 2057 int tcp_md5_do_add(struct sock *sk, const union tcp_md5_addr *addr, 2060 int tcp_md5_key_copy(struct sock *sk, const union tcp_md5_addr *addr, 2064 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, 2072 const union tcp_md5_addr *addr, 2076 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup() 2085 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup_any_l3index() 2097 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup() 2104 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup_any_l3index()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 609 (union tcp_md5_addr *)addr, AF_INET6); in tcp_v6_md5_do_lookup() 675 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 678 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys() 686 addr = (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3]; in tcp_v6_parse_md5_keys() 699 addr = (union tcp_md5_addr *)&sin6->sin6_addr; in tcp_v6_parse_md5_keys() 1484 const union tcp_md5_addr *addr; 1486 addr = (union tcp_md5_addr *)&newsk->sk_v6_daddr;
|