Home
last modified time | relevance | path

Searched refs:netlink_send (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/gdm724x/
Dnetlink_k.h13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len);
Dnetlink_k.c92 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len) in netlink_send() function
Dgdm_lte.c516 return netlink_send(lte_event.sock, idx, 0, buf, length); in gdm_lte_event_send()