HomeSort by relevance Sort by last modified time
    Searched refs:NETLINK_CB (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ipc_k.c 104 NETLINK_CB(skb).pid = 0; /* from kernel */
105 NETLINK_CB(skb).dst_group = RTNLGRP_LINK;
107 NETLINK_CB(skb).dst_pid = (( IPC_EVENT_PARAMS *) pEvData) ->uProcessID; /* Dm: */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
ipc_k.c 106 NETLINK_CB(skb).pid = 0; /* from kernel */
108 NETLINK_CB(skb).dst_group = RTMGRP_LINK;
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
ipc_k.c 106 NETLINK_CB(skb).pid = 0; /* from kernel */
108 NETLINK_CB(skb).dst_group = RTMGRP_LINK;
  /external/kernel-headers/original/linux/
netlink.h 175 #define NETLINK_CB(skb) (*(struct netlink_skb_parms*)&((skb)->cb))
176 #define NETLINK_CREDS(skb) (&NETLINK_CB((skb)).creds)

Completed in 196 milliseconds