#include <linux/capability.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include <net/scm.h>
#include <uapi/linux/netlink.h>
Go to the source code of this file.
|
void | netlink_table_grab (void) |
|
void | netlink_table_ungrab (void) |
|
struct sock * | __netlink_kernel_create (struct net *net, int unit, struct module *module, struct netlink_kernel_cfg *cfg) |
|
void | netlink_kernel_release (struct sock *sk) |
|
int | __netlink_change_ngroups (struct sock *sk, unsigned int groups) |
|
int | netlink_change_ngroups (struct sock *sk, unsigned int groups) |
|
void | __netlink_clear_multicast_users (struct sock *sk, unsigned int group) |
|
void | netlink_clear_multicast_users (struct sock *sk, unsigned int group) |
|
void | netlink_ack (struct sk_buff *in_skb, struct nlmsghdr *nlh, int err) |
|
int | netlink_has_listeners (struct sock *sk, unsigned int group) |
|
int | netlink_unicast (struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock) |
|
int | netlink_broadcast (struct sock *ssk, struct sk_buff *skb, __u32 portid, __u32 group, gfp_t allocation) |
|
int | netlink_broadcast_filtered (struct sock *ssk, struct sk_buff *skb, __u32 portid, __u32 group, gfp_t allocation, int(*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) |
|
int | netlink_set_err (struct sock *ssk, __u32 portid, __u32 group, int code) |
|
int | netlink_register_notifier (struct notifier_block *nb) |
|
int | netlink_unregister_notifier (struct notifier_block *nb) |
|
struct sock * | netlink_getsockbyfilp (struct file *filp) |
|
int | netlink_attachskb (struct sock *sk, struct sk_buff *skb, long *timeo, struct sock *ssk) |
|
void | netlink_detachskb (struct sock *sk, struct sk_buff *skb) |
|
int | netlink_sendskb (struct sock *sk, struct sk_buff *skb) |
|
struct nlmsghdr * | __nlmsg_put (struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags) |
|
int | __netlink_dump_start (struct sock *ssk, struct sk_buff *skb, const struct nlmsghdr *nlh, struct netlink_dump_control *control) |
|
#define NL_CFG_F_NONROOT_RECV (1 << 0) |
#define NL_CFG_F_NONROOT_SEND (1 << 1) |