Lines Matching refs:rtnl_pktloc
61 static int __pktloc_lookup(const char *name, struct rtnl_pktloc **result) in __pktloc_lookup()
63 struct rtnl_pktloc *loc; in __pktloc_lookup()
80 static void rtnl_pktloc_free(struct rtnl_pktloc *loc) in rtnl_pktloc_free()
119 struct rtnl_pktloc *loc, *n; in read_pktlocs()
174 int rtnl_pktloc_lookup(const char *name, struct rtnl_pktloc **result) in rtnl_pktloc_lookup()
187 struct rtnl_pktloc *rtnl_pktloc_alloc(void) in rtnl_pktloc_alloc()
189 struct rtnl_pktloc *loc; in rtnl_pktloc_alloc()
204 void rtnl_pktloc_put(struct rtnl_pktloc *loc) in rtnl_pktloc_put()
220 int rtnl_pktloc_add(struct rtnl_pktloc *loc) in rtnl_pktloc_add()
222 struct rtnl_pktloc *l; in rtnl_pktloc_add()
239 void rtnl_pktloc_foreach(void (*cb)(struct rtnl_pktloc *, void *), void *arg) in rtnl_pktloc_foreach() argument
241 struct rtnl_pktloc *loc; in rtnl_pktloc_foreach()