Searched refs:rx_header (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rx.c418 static int rx_cache_find(const struct rx_header *, const struct ip *,
452 register struct rx_header *rxh;
456 if (snapend - bp < (int)sizeof (struct rx_header)) {
461 rxh = (struct rx_header *) bp;
605 const struct rx_header *rxh = (const struct rx_header *) bp;
607 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
620 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
631 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
809 if (length <= (int)sizeof(struct rx_header))
[all...]
H A Drx.h59 struct rx_header { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Datp.h8 struct rx_header { struct
H A Db44.c618 /* Works like this. This chip writes a 'struct rx_header" 30 bytes
621 * point the chip at 30 bytes past where the rx_header will go.
627 struct rx_header *rh;
669 rh = (struct rx_header *) skb->data;
700 struct rx_header *rh;
711 rh = (struct rx_header *) src_map->skb->data;
756 struct rx_header *rh;
762 rh = (struct rx_header *) skb->data;
795 /* Leave out rx_header */
1386 /* MTU + eth header + possible VLAN tag + struct rx_header */
[all...]
H A Db44.h260 struct rx_header { struct
H A Datp.c731 struct rx_header rx_head;

Completed in 148 milliseconds