Searched refs:rtnl_pktloc_put (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/netlink/route/
H A Dpktloc.h40 extern void rtnl_pktloc_put(struct rtnl_pktloc *);
/external/libnl/lib/route/
H A Dpktloc.c119 rtnl_pktloc_put(loc);
164 * rtnl_pktloc_put() in order to allow freeing its memory after the last
201 void rtnl_pktloc_put(struct rtnl_pktloc *loc) function
222 rtnl_pktloc_put(l);
/external/libnl/lib/route/cls/
H A Dematch_syntax.y140 %destructor { rtnl_pktloc_put($$); NL_DBG(2, "pktloc destructor\n"); } <loc>
214 rtnl_pktloc_put($3);
236 rtnl_pktloc_put($5);
241 rtnl_pktloc_put($6);
315 rtnl_pktloc_put($1);

Completed in 196 milliseconds