Lines Matching refs:rx_header

77 struct rx_header {
494 static int rx_cache_find(const struct rx_header *, const struct ip *,
529 register const struct rx_header *rxh;
533 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) {
538 rxh = (const struct rx_header *) bp;
683 const struct rx_header *rxh = (const struct rx_header *) bp;
685 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
698 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
709 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
891 if (length <= (int)sizeof(struct rx_header))
894 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
903 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
912 bp += sizeof(struct rx_header) + 4;
1063 const struct rx_header *rxh;
1065 if (length <= (int)sizeof(struct rx_header))
1068 rxh = (const struct rx_header *) bp;
1077 bp += sizeof(struct rx_header);
1226 if (length <= (int)sizeof(struct rx_header))
1229 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1238 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1242 bp += sizeof(struct rx_header) + 4;
1308 const struct rx_header *rxh;
1310 if (length <= (int)sizeof(struct rx_header))
1313 rxh = (const struct rx_header *) bp;
1322 bp += sizeof(struct rx_header);
1361 if (length <= (int)sizeof(struct rx_header))
1364 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1373 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1388 bp += sizeof(struct rx_header) + 4;
1502 const struct rx_header *rxh;
1505 if (length < (int)sizeof(struct rx_header))
1508 rxh = (const struct rx_header *) bp;
1525 bp += sizeof(struct rx_header);
1618 if (length <= (int)sizeof(struct rx_header))
1621 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1630 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1644 bp += sizeof(struct rx_header) + 4;
1709 const struct rx_header *rxh;
1712 if (length < (int)sizeof(struct rx_header))
1715 rxh = (const struct rx_header *) bp;
1732 bp += sizeof(struct rx_header);
1901 if (length <= (int)sizeof(struct rx_header))
1904 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1913 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1929 bp += sizeof(struct rx_header) + 4;
1993 const struct rx_header *rxh;
1995 if (length <= (int)sizeof(struct rx_header))
1998 rxh = (const struct rx_header *) bp;
2014 bp += sizeof(struct rx_header);
2047 if (length <= (int)sizeof(struct rx_header))
2050 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
2059 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2063 bp += sizeof(struct rx_header) + 4;
2247 const struct rx_header *rxh;
2249 if (length <= (int)sizeof(struct rx_header))
2252 rxh = (const struct rx_header *) bp;
2261 bp += sizeof(struct rx_header);
2384 if (length <= (int)sizeof(struct rx_header))
2387 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
2396 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2404 bp += sizeof(struct rx_header) + 4;
2474 const struct rx_header *rxh;
2476 if (length <= (int)sizeof(struct rx_header))
2479 rxh = (const struct rx_header *) bp;
2488 bp += sizeof(struct rx_header);
2542 * for (sizeof(rx_header) + 4) bytes, so long as it remains this way
2545 ubik_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2553 bp += sizeof(struct rx_header) + 4;
2648 const struct rx_header *rxh;
2650 if (length < (int)sizeof(struct rx_header))
2653 rxh = (const struct rx_header *) bp;
2662 bp += sizeof(struct rx_header);
2716 if (length < (int)sizeof(struct rx_header))
2719 bp += sizeof(struct rx_header);