Searched defs:ip6addrlbl_entry (Results 1 - 1 of 1) sorted by relevance

/net/ipv6/
H A Daddrlabel.c31 struct ip6addrlbl_entry struct
54 struct net *ip6addrlbl_net(const struct ip6addrlbl_entry *lbl)
131 static inline void ip6addrlbl_free(struct ip6addrlbl_entry *p)
141 ip6addrlbl_free(container_of(h, struct ip6addrlbl_entry, rcu));
144 static bool ip6addrlbl_hold(struct ip6addrlbl_entry *p)
149 static inline void ip6addrlbl_put(struct ip6addrlbl_entry *p)
157 const struct ip6addrlbl_entry *p,
172 static struct ip6addrlbl_entry *__ipv6_addr_label(struct net *net,
176 struct ip6addrlbl_entry *p;
188 struct ip6addrlbl_entry *
[all...]

Completed in 4 milliseconds