Home
last modified time | relevance | path

Searched refs:NETLINK_GENERIC (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dnetlink_protocols.h118 #if defined(NETLINK_GENERIC) || (defined(HAVE_DECL_NETLINK_GENERIC) && HAVE_DECL_NETLINK_GENERIC)
120 static_assert((NETLINK_GENERIC) == (16), "NETLINK_GENERIC != 16");
123 # define NETLINK_GENERIC 16
182 XLAT(NETLINK_GENERIC),
Dnetlink_protocols.in17 NETLINK_GENERIC 16
/external/iproute2/genl/
Dctrl.c59 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) { in genl_ctrl_resolve_family()
303 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) { in ctrl_list()
369 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) { in ctrl_listen()
/external/strace/tests-mx32/
Dnetlink_generic.c76 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/strace/tests/
Dnetlink_generic.c76 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/strace/tests-m32/
Dnetlink_generic.c76 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/libnl/src/
Dgenl-ctrl-list.c46 nl_cli_connect(sock, NETLINK_GENERIC); in main()
/external/iproute2/lib/
Dlibgenl.c70 if (rtnl_open_byproto(grth, 0, NETLINK_GENERIC) < 0) { in genl_init_handle()
Drt_names.c614 [NETLINK_GENERIC] = "genl",
/external/libnl/tests/
Dtest-genl.c81 nl_cli_connect(sock, NETLINK_GENERIC); in main()
/external/iproute2/include/uapi/linux/
Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/external/libnl/include/linux-private/linux/
Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/external/libnl/lib/genl/
Dgenl.c48 return nl_connect(sk, NETLINK_GENERIC); in genl_connect()
Dmngt.c252 if (ops->co_protocol != NETLINK_GENERIC) { in genl_register()
Dctrl.c532 .co_protocol = NETLINK_GENERIC,
/external/kernel-headers/original/uapi/linux/
Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/external/iproute2/tipc/
Dmsg.c53 nl = mnl_socket_open(NETLINK_GENERIC); in msg_send()
/external/iproute2/ip/
Dipseg6.c131 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) { in seg6_do_cmd()
/external/iproute2/devlink/
Dmnlg.c233 nlg->nl = mnl_socket_open(NETLINK_GENERIC); in mnlg_socket_open()
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c353 if ((nl_sd = create_nl_socket(NETLINK_GENERIC)) < 0) in main()
/external/strace/
Dnetlink.c204 [NETLINK_GENERIC] = {
Dsocketutils.c680 int fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in genl_families_xlat()
/external/libnl/lib/
Dmsg.c950 if (msg->nm_protocol == NETLINK_GENERIC) in print_msg()
Dutils.c651 __ADD(NETLINK_GENERIC,generic),
/external/libnl/python/netlink/
Dcore.py68 NETLINK_GENERIC = 16 variable

12