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() 1093 const union tcp_md5_addr *addr; 1103 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1133 const union tcp_md5_addr *addr; 1136 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; 1240 const union tcp_md5_addr *addr, 1283 const union tcp_md5_addr *addr, [all …]
|
| H A D | tcp_ao.c | 817 addr = (union tcp_md5_addr *)&ipv6_hdr(skb)->saddr; in tcp_ao_prepare_reset() 819 addr = (union tcp_md5_addr *)&ip_hdr(skb)->saddr; in tcp_ao_prepare_reset()
|
| /linux/include/net/ |
| H A D | tcp.h | 1999 #define tcp_md5_addr tcp_ao_addr macro 2008 union tcp_md5_addr addr; 2038 int tcp_md5_do_add(struct sock *sk, const union tcp_md5_addr *addr, 2041 int tcp_md5_key_copy(struct sock *sk, const union tcp_md5_addr *addr, 2045 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, 2053 const union tcp_md5_addr *addr, 2057 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup() 2066 const union tcp_md5_addr *addr, int family) in tcp_md5_do_lookup_any_l3index() 2078 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()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 617 (union tcp_md5_addr *)addr, AF_INET6); in tcp_v6_md5_do_lookup() 683 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 686 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys() 694 addr = (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3]; in tcp_v6_parse_md5_keys() 707 addr = (union tcp_md5_addr *)&sin6->sin6_addr; in tcp_v6_parse_md5_keys() 1501 const union tcp_md5_addr *addr; 1503 addr = (union tcp_md5_addr *)&newsk->sk_v6_daddr;
|