Searched refs:inet_bhash2_update_saddr (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 288 int inet_bhash2_update_saddr(struct sock *sk, void *saddr, int family);
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 1018 int inet_bhash2_update_saddr(struct sock *sk, void *saddr, int family) in inet_bhash2_update_saddr() function
|
| H A D | af_inet.c | 1295 err = inet_bhash2_update_saddr(sk, &new_saddr, AF_INET); in inet_sk_reselect_saddr()
|
| H A D | tcp_ipv4.c | 274 err = inet_bhash2_update_saddr(sk, &fl4->saddr, AF_INET); in tcp_v4_connect()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 290 err = inet_bhash2_update_saddr(sk, saddr, AF_INET6); in tcp_v6_connect()
|