Lines Matching refs:rtnl_pktloc
60 static int __pktloc_lookup(const char *name, struct rtnl_pktloc **result) in __pktloc_lookup()
62 struct rtnl_pktloc *loc; in __pktloc_lookup()
79 static void rtnl_pktloc_free(struct rtnl_pktloc *loc) in rtnl_pktloc_free()
116 struct rtnl_pktloc *loc, *n; in read_pktlocs()
171 int rtnl_pktloc_lookup(const char *name, struct rtnl_pktloc **result) in rtnl_pktloc_lookup()
184 struct rtnl_pktloc *rtnl_pktloc_alloc(void) in rtnl_pktloc_alloc()
186 struct rtnl_pktloc *loc; in rtnl_pktloc_alloc()
201 void rtnl_pktloc_put(struct rtnl_pktloc *loc) in rtnl_pktloc_put()
217 int rtnl_pktloc_add(struct rtnl_pktloc *loc) in rtnl_pktloc_add()
219 struct rtnl_pktloc *l; in rtnl_pktloc_add()
236 void rtnl_pktloc_foreach(void (*cb)(struct rtnl_pktloc *, void *), void *arg) in rtnl_pktloc_foreach() argument
238 struct rtnl_pktloc *loc; in rtnl_pktloc_foreach()