Home
last modified time | relevance | path

Searched refs:ib_net (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/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()