Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dgenetlink.h40 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
/linux-4.1.27/include/uapi/linux/
Dnetlink.h24 #define NETLINK_GENERIC 16 macro
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt30 socket (NETLINK_GENERIC family) and sends commands specifying a pid or a tgid.
67 to the NETLINK_GENERIC family and using the netlink attributes interface.
Dgetdelays.c378 if ((nl_sd = create_nl_socket(NETLINK_GENERIC)) < 0) in main()
/linux-4.1.27/net/netlink/
Dgenetlink.c915 PF_NETLINK, NETLINK_GENERIC, name); in ctrl_getfamily()
1054 net->genl_sock = netlink_kernel_create(net, NETLINK_GENERIC, &cfg); in genl_pernet_init()
Daf_netlink.c210 case NETLINK_GENERIC: in netlink_filter_tap()
1149 if (sk->sk_protocol == NETLINK_GENERIC) in netlink_remove()
1284 if (sk->sk_protocol == NETLINK_GENERIC && in netlink_release()
/linux-4.1.27/net/nfc/
Dnetlink.c1629 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
/linux-4.1.27/net/wireless/
Dnl80211.c12780 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()