Searched refs:rx_header (Results 1 – 1 of 1) sorted by relevance
75 struct rx_header { struct492 static int rx_cache_find(const struct rx_header *, const struct ip *,527 register struct rx_header *rxh; in rx_print()531 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) { in rx_print()536 rxh = (struct rx_header *) bp; in rx_print()681 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert()683 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) in rx_cache_insert()696 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in rx_cache_insert()707 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, in rx_cache_find()886 if (length <= (int)sizeof(struct rx_header)) in fs_print()[all …]