Home
last modified time | relevance | path

Searched refs:io_free (Results 1 – 13 of 13) sorted by relevance

/external/libnl/include/netlink-private/route/link/
Dapi.h61 void (*io_free)(struct rtnl_link *); member
/external/blktrace/btt/
Dinlines.h143 static inline void io_free(struct io *iop) in io_free() function
179 io_free(iop); in io_release()
/external/libnl/lib/route/link/
Dveth.c190 .io_free = veth_free,
Dmacvlan.c169 .io_free = macvlan_free,
Dipvti.c237 .io_free = ipvti_free,
Dipip.c252 .io_free = ipip_free,
Dsit.c280 .io_free = sit_free,
Dvlan.c340 .io_free = vlan_free,
Dip6tnl.c306 .io_free = ip6_tnl_free,
Dcan.c341 .io_free = can_free,
Dipgre.c317 .io_free = ipgre_free,
Dvxlan.c409 .io_free = vxlan_free,
/external/libnl/lib/route/
Dlink.c195 if (io->io_free) in release_link_info()
196 io->io_free(link); in release_link_info()