Searched refs:rcv_cb (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/gdm724x/ |
H A D | netlink_k.c | 42 static void (*rcv_cb)(struct net_device *dev, u16 type, void *msg, int len); variable 52 if (!rcv_cb) { netlink_rcv_cb() 76 rcv_cb(dev, nlh->nlmsg_type, msg, mlen); netlink_rcv_cb() 105 rcv_cb = cb; netlink_init()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
H A D | netlink_k.c | 45 static void (*rcv_cb)(struct net_device *dev, u16 type, void *msg, int len); variable 69 if (rcv_cb) { netlink_rcv_cb() 72 rcv_cb(dev, nlh->nlmsg_type, msg, mlen); netlink_rcv_cb() 106 rcv_cb = cb; netlink_init()
|
Completed in 108 milliseconds