Searched refs:io_free (Results 1 – 13 of 13) sorted by relevance
/external/libnl/include/netlink-private/route/link/ |
D | api.h | 61 void (*io_free)(struct rtnl_link *); member
|
/external/blktrace/btt/ |
D | inlines.h | 143 static inline void io_free(struct io *iop) in io_free() function 179 io_free(iop); in io_release()
|
/external/libnl/lib/route/link/ |
D | veth.c | 190 .io_free = veth_free,
|
D | macvlan.c | 169 .io_free = macvlan_free,
|
D | ipvti.c | 237 .io_free = ipvti_free,
|
D | ipip.c | 252 .io_free = ipip_free,
|
D | sit.c | 280 .io_free = sit_free,
|
D | vlan.c | 340 .io_free = vlan_free,
|
D | ip6tnl.c | 306 .io_free = ip6_tnl_free,
|
D | can.c | 341 .io_free = can_free,
|
D | ipgre.c | 317 .io_free = ipgre_free,
|
D | vxlan.c | 409 .io_free = vxlan_free,
|
/external/libnl/lib/route/ |
D | link.c | 195 if (io->io_free) in release_link_info() 196 io->io_free(link); in release_link_info()
|