/linux/tools/testing/selftests/net/ |
H A D | netlink-dumps.c | 181 netlink_sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in TEST() 201 netlink_sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in TEST() 217 netlink_sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in TEST()
|
/linux/Documentation/translations/zh_CN/accounting/ |
H A D | taskstats.rst |
|
/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 25 #define NETLINK_GENERIC 16 macro
|
/linux/include/uapi/linux/ |
H A D | netlink.h | 25 #define NETLINK_GENERIC 16 macro
|
/linux/Documentation/accounting/ |
H A D | taskstats.rst | 31 socket (NETLINK_GENERIC family) and sends commands specifying a pid or a tgid. 68 to the NETLINK_GENERIC family and using the netlink attributes interface.
|
/linux/tools/accounting/ |
H A D | procacct.c | 326 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
|
H A D | getdelays.c | 451 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
|
H A D | delaytop.c | 263 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in create_nl_socket()
|
/linux/tools/net/ynl/pyynl/lib/ |
H A D | ynl.py | 60 NETLINK_GENERIC = 16 variable in Netlink 315 with socket.socket(socket.AF_NETLINK, socket.SOCK_RAW, Netlink.NETLINK_GENERIC) as sock: 416 super().__init__(family_name, Netlink.NETLINK_GENERIC)
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 282 return libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in libbpf_netlink_resolve_genl_family_id() 494 err = libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in bpf_xdp_query()
|
/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 29 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); 41 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); 54 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC);
|
/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 95 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in create_nl_socket()
|
/linux/net/netlink/ |
H A D | genetlink.c | 1451 PF_NETLINK, NETLINK_GENERIC, name); in ctrl_getfamily() 1886 net->genl_sock = netlink_kernel_create(net, NETLINK_GENERIC, &cfg); in genl_pernet_init()
|
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 754 sock_type = yf->is_classic ? yf->classic_id : NETLINK_GENERIC; in ynl_sock_create()
|
/linux/net/nfc/ |
H A D | netlink.c | 1873 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 1511 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in main()
|
/linux/security/selinux/ |
H A D | hooks.c | 1231 case NETLINK_GENERIC: in socket_type_to_security_class()
|
/linux/net/wireless/ |
H A D | nl80211.c | 20917 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()
|