HomeSort by relevance Sort by last modified time
    Searched defs:skb (Results 1 - 3 of 3) sorted by null

  /external/iputils/Modules/
pg3.c 241 struct sk_buff *skb; local
247 skb = alloc_skb(pkt_size+64+16, GFP_ATOMIC);
248 if (!skb) {
253 skb_reserve(skb, 16);
256 eth = (__u8 *) skb_push(skb, 14);
257 iph = (struct iphdr*)skb_put(skb, sizeof( struct iphdr));
258 udph = (struct udphdr*)skb_put(skb, sizeof( struct udphdr));
284 skb->protocol = __constant_htons(ETH_P_IP);
285 skb->mac.raw = ((u8*)iph) - 14;
286 skb->dev = odev
345 struct sk_buff *skb; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 104 struct sk_buff *skb; member in struct:e1000_buffer
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.h 262 struct sk_buff *skb; member in struct:velocity_rd_info
292 struct sk_buff *skb; member in struct:velocity_td_info
    [all...]

Completed in 512 milliseconds