Searched refs:tcp_md5_do_lookup_exact (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1100 static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, in tcp_md5_do_lookup_exact() function 1155 key = tcp_md5_do_lookup_exact(sk, addr, family, prefixlen, l3index); in tcp_md5_do_add() 1213 key = tcp_md5_do_lookup_exact(sk, addr, family, prefixlen, l3index); in tcp_md5_do_del()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 1124 static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, in tcp_md5_do_lookup_exact() function 1196 key = tcp_md5_do_lookup_exact(sk, addr, family, prefixlen, l3index, flags); in __tcp_md5_do_add() 1297 key = tcp_md5_do_lookup_exact(sk, addr, family, prefixlen, l3index, flags); in tcp_md5_do_del()
|
Completed in 8 milliseconds