Searched refs:rx_header (Results 1 – 1 of 1) sorted by relevance
77 struct rx_header { struct494 static int rx_cache_find(const struct rx_header *, const struct ip *,529 register const struct rx_header *rxh; in rx_print()533 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) { in rx_print()538 rxh = (const struct rx_header *) bp; in rx_print()683 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert()685 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) in rx_cache_insert()698 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in rx_cache_insert()709 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport, in rx_cache_find()891 if (length <= (int)sizeof(struct rx_header)) in fs_print()[all …]