Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dipc_k.c73 struct nlmsghdr *nlh; in IPC_EventSend() local
98 nlh = NLMSG_PUT(skb, 0, 0, NLMSG_DONE, realSize - sizeof(*nlh)); in IPC_EventSend()
101 msg = (char *)NLMSG_DATA(nlh); in IPC_EventSend()