Searched refs:tcp_md5_addr (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 802 const union tcp_md5_addr *addr; in tcp_v4_send_reset() 809 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_v4_send_reset() 812 const union tcp_md5_addr *addr; in tcp_v4_send_reset() 835 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_v4_send_reset() 1113 const union tcp_md5_addr *addr; 1123 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1153 const union tcp_md5_addr *addr; 1156 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1261 const union tcp_md5_addr *addr, 1305 const union tcp_md5_addr *addr, [all …]
|
| H A D | tcp_ao.c | 759 addr = (union tcp_md5_addr *)&ipv6_hdr(skb)->saddr; in tcp_ao_prepare_reset() 761 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_ao_prepare_reset()
|
| /linux/include/net/ |
| H A D | tcp.h | 1936 #define tcp_md5_addr tcp_ao_addr macro 1945 union tcp_md5_addr addr; 2009 int tcp_md5_do_add(struct sock *sk, const union tcp_md5_addr *addr, 2012 int tcp_md5_key_copy(struct sock *sk, const union tcp_md5_addr *addr, 2016 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, 2024 const union tcp_md5_addr *addr, 2028 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup() 2037 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup_any_l3index() 2049 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup() 2056 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup_any_l3index()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 592 (union tcp_md5_addr *)addr, AF_INET6); in tcp_v6_md5_do_lookup() 658 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 661 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys() 669 addr = (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3]; in tcp_v6_parse_md5_keys() 682 addr = (union tcp_md5_addr *)&sin6->sin6_addr; in tcp_v6_parse_md5_keys() 1467 const union tcp_md5_addr *addr; 1469 addr = (union tcp_md5_addr *)&newsk->sk_v6_daddr;
|