Lines Matching defs:netlink

17  * 				 - remove all module support, since netlink is
70 #include <net/netlink.h>
72 #include <trace/events/netlink.h>
398 printk(KERN_ERR "Freeing alive netlink socket %p\n", sk);
548 /* this function is only called with the netlink table "grabbed", which
840 * __netlink_ns_capable - General netlink message capability test
841 * @nsp: NETLINK_CB of the socket buffer holding a netlink command from userspace.
846 * from had when the netlink socket was created and the sender of the
859 * netlink_ns_capable - General netlink message capability test
860 * @skb: socket buffer holding a netlink command from userspace
865 * from had when the netlink socket was created and the sender of the
877 * @skb: socket buffer holding a netlink command from userspace
881 * from had when the netlink socket was created and the sender of the
892 * @skb: socket buffer holding a netlink command from userspace
896 * from had when the netlink socket was created and the sender of the
1202 * Attach a skb to a netlink socket.
1599 * @ssk: the kernel netlink socket, as returned by netlink_kernel_create()
1630 /* must be called with netlink table grabbed */
2111 * on a certain netlink family. Note that it is not possible to
2116 * @sk: The kernel netlink socket, as returned by netlink_kernel_create().
2572 * nlmsg_notify - send a notification netlink message
2573 * @sk: netlink socket to use
2575 * @portid: destination netlink portid for reports or 0
2728 DEFINE_BPF_ITER_FUNC(netlink, struct bpf_iter_meta *meta, struct netlink_sock *sk)
2833 if (!proc_create_net("netlink", 0, net->proc_net, &netlink_seq_ops,
2843 remove_proc_entry("netlink", net->proc_net);
2900 .target = "netlink",
2947 /* The netlink device handler may be needed early. */