Searched refs:cn_netlink_send_mult (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/connector/ |
H A D | connector.c | 61 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult() function 120 EXPORT_SYMBOL_GPL(cn_netlink_send_mult); 122 /* same as cn_netlink_send_mult except msg->len is used for len */ 126 return cn_netlink_send_mult(msg, msg->len, portid, __group, gfp_mask, in cn_netlink_send()
|
H A D | cn_proc.c | 111 cn_netlink_send_mult(msg, msg->len, 0, CN_IDX_PROC, GFP_NOWAIT, in send_msg()
|
/linux/include/linux/ |
H A D | connector.h | 78 * cn_netlink_send_mult - Sends message to the specified groups. 101 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid,
|
/linux/Documentation/driver-api/ |
H A D | connector.rst | 29 void cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, int gfp_mask);
|