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

  /external/kernel-headers/original/linux/
netlink.h 247 nlh = (struct nlmsghdr*)skb_put(skb, NLMSG_ALIGN(size));
rtnetlink.h 644 memcpy(skb_put(skb, attrlen), data, attrlen); })
738 rta = (struct rtattr*)skb_put(skb, RTA_ALIGN(size));
skbuff.h 831 * skb_put - add data to a buffer
839 static inline unsigned char *skb_put(struct sk_buff *skb, unsigned int len) function
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 251 skb_put(skb, len);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 467 skb_put(skb, RX_ETH_PKT_LEN(pPacket));
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 463 skb_put(skb, RX_ETH_PKT_LEN(pPacket));
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
  /external/grub/netboot/
tlan.c     [all...]

Completed in 328 milliseconds