Home
last modified time | relevance | path

Searched refs:inet_sk_bound_l3mdev (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/ipv4/
Dinet_hashtables.c239 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_inherit_port()
264 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_inherit_port()
879 int l3mdev = inet_sk_bound_l3mdev(sk); in __inet_bhash2_update_saddr()
1013 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_hash_connect()
Dinet_connection_sock.c297 l3mdev = inet_sk_bound_l3mdev(sk); in inet_csk_find_open_port()
481 l3mdev = inet_sk_bound_l3mdev(sk); in inet_csk_get_port()
/Linux-v6.1/include/net/
Dinet_sock.h131 static inline int inet_sk_bound_l3mdev(const struct sock *sk) in inet_sk_bound_l3mdev() function