Home
last modified time | relevance | path

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

/linux/include/net/
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()
/linux/net/ipv4/
A Dinet_hashtables.c73 write_pnet(&tb->ib_net, net); in inet_bind_bucket_create()
156 if (net_eq(ib_net(tb), sock_net(sk)) && in __inet_inherit_port()
789 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in __inet_hash_connect()
A Dinet_connection_sock.c239 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in inet_csk_find_open_port()
386 if (net_eq(ib_net(tb), net) && tb->l3mdev == l3mdev && in inet_csk_get_port()

Completed in 8 milliseconds