Searched refs:genl_init_handle (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/include/ |
D | libgenl.h | 24 extern int genl_init_handle(struct rtnl_handle *grth, const char *family,
|
/external/iproute2/lib/ |
D | libgenl.c | 64 int genl_init_handle(struct rtnl_handle *grth, const char *family, in genl_init_handle() function
|
/external/iproute2/ip/ |
D | ipfou.c | 145 if (genl_init_handle(&genl_rth, FOU_GENL_NAME, &genl_family)) in do_ipfou()
|
D | ipila.c | 249 if (genl_init_handle(&genl_rth, ILA_GENL_NAME, &genl_family)) in do_ipila()
|
D | tcp_metrics.c | 401 if (genl_init_handle(&grth, TCP_METRICS_GENL_NAME, &genl_family)) in tcpm_do_cmd()
|
D | ipl2tp.c | 814 if (genl_init_handle(&genl_rth, L2TP_GENL_NAME, &genl_family)) in do_ipl2tp()
|
D | ipmacsec.c | 1000 if (genl_init_handle(&genl_rth, MACSEC_GENL_NAME, &genl_family)) in do_ipmacsec()
|