OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_link_bond_alloc
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/link/
bonding.h
22
extern struct rtnl_link *
rtnl_link_bond_alloc
(void);
/external/libnl/lib/route/link/
bonding.c
32
struct rtnl_link *
rtnl_link_bond_alloc
(void)
function
78
if (!(link =
rtnl_link_bond_alloc
()))
113
if (!(link =
rtnl_link_bond_alloc
()))
/external/libnl/tests/
test-create-bond.c
17
link =
rtnl_link_bond_alloc
();
Completed in 438 milliseconds