Home
last modified time | relevance | path

Searched refs:ib_net (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dinet_hashtables.h78 possible_net_t ib_net; member
95 possible_net_t ib_net; member
117 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net() function
119 return read_pnet(&ib->ib_net); in ib_net()
124 return read_pnet(&ib->ib_net); in ib2_net()
/kernel/linux/linux-5.10/include/net/
H A Dinet_hashtables.h77 possible_net_t ib_net; member
93 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() function
95 return read_pnet(&ib->ib_net); in ib_net()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_hashtables.c82 write_pnet(&tb->ib_net, net); in inet_bind_bucket_create()
165 if (net_eq(ib_net(tb), sock_net(sk)) && in __inet_inherit_port()
798 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in __inet_hash_connect()
H A Dinet_connection_sock.c236 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in inet_csk_find_open_port()
383 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in inet_csk_get_port()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_hashtables.c74 write_pnet(&tb->ib_net, net); in inet_bind_bucket_create()
99 return net_eq(ib_net(tb), net) && tb->port == port && in inet_bind_bucket_match()
109 write_pnet(&tb->ib_net, net); in inet_bind2_bucket_init()

Completed in 10 milliseconds