Searched refs:netlink_send (Results 1 – 4 of 4) sorted by relevance
| /linux/samples/connector/ |
| H A D | ucon.c | 46 static int netlink_send(int s, struct cn_msg *msg) in netlink_send() function 178 len = netlink_send(s, data); in main()
|
| /linux/include/linux/ |
| H A D | lsm_hook_defs.h | 289 LSM_HOOK(int, 0, netlink_send, struct sock *sk, struct sk_buff *skb)
|
| /linux/security/ |
| H A D | security.c | 4019 return call_int_hook(netlink_send, sk, skb); in security_netlink_send()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7327 LSM_HOOK_INIT(netlink_send, selinux_netlink_send),
|