Searched refs:tcp_md5_do_lookup (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_ipv4.c | 723 key = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_send_reset() 750 key = tcp_md5_do_lookup(sk1, l3index, addr, AF_INET); in tcp_v4_send_reset() 956 tcp_md5_do_lookup(sk, l3index, addr, AF_INET), in tcp_v4_reqsk_send_ack() 1126 return tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_md5_lookup() 1412 hash_expected = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_inbound_md5_hash() 1586 key = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_syn_recv_sock()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 1636 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() function 1647 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() function
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 582 return tcp_md5_do_lookup(sk, l3index, in tcp_v6_md5_do_lookup()
|