Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c247 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_inherit_port()
272 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_inherit_port()
901 int l3mdev = inet_sk_bound_l3mdev(sk); in __inet_bhash2_update_saddr()
1025 l3mdev = inet_sk_bound_l3mdev(sk); in __inet_hash_connect()
H A Dinet_connection_sock.c339 l3mdev = inet_sk_bound_l3mdev(sk); in inet_csk_find_open_port()
523 l3mdev = inet_sk_bound_l3mdev(sk); in inet_csk_get_port()
/openbmc/linux/include/net/
H A Dinet_sock.h132 static inline int inet_sk_bound_l3mdev(const struct sock *sk) in inet_sk_bound_l3mdev() function