Searched defs:inet_bind2_bucket (Results 1 – 1 of 1) sorted by relevance
94 struct inet_bind2_bucket { struct95 possible_net_t ib_net;96 int l3mdev;97 unsigned short port;122 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument