Lines Matching refs:rx_header
75 struct rx_header { struct
492 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()
889 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in fs_print()
898 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in fs_print()
907 bp += sizeof(struct rx_header) + 4; in fs_print()
1057 struct rx_header *rxh; in fs_reply_print()
1059 if (length <= (int)sizeof(struct rx_header)) in fs_reply_print()
1062 rxh = (struct rx_header *) bp; in fs_reply_print()
1071 bp += sizeof(struct rx_header); in fs_reply_print()
1222 if (length <= (int)sizeof(struct rx_header)) in cb_print()
1225 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in cb_print()
1234 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in cb_print()
1238 bp += sizeof(struct rx_header) + 4; in cb_print()
1302 struct rx_header *rxh; in cb_reply_print()
1304 if (length <= (int)sizeof(struct rx_header)) in cb_reply_print()
1307 rxh = (struct rx_header *) bp; in cb_reply_print()
1316 bp += sizeof(struct rx_header); in cb_reply_print()
1355 if (length <= (int)sizeof(struct rx_header)) in prot_print()
1358 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in prot_print()
1367 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in prot_print()
1382 bp += sizeof(struct rx_header) + 4; in prot_print()
1496 struct rx_header *rxh; in prot_reply_print()
1499 if (length < (int)sizeof(struct rx_header)) in prot_reply_print()
1502 rxh = (struct rx_header *) bp; in prot_reply_print()
1519 bp += sizeof(struct rx_header); in prot_reply_print()
1612 if (length <= (int)sizeof(struct rx_header)) in vldb_print()
1615 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vldb_print()
1624 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in vldb_print()
1638 bp += sizeof(struct rx_header) + 4; in vldb_print()
1703 struct rx_header *rxh; in vldb_reply_print()
1706 if (length < (int)sizeof(struct rx_header)) in vldb_reply_print()
1709 rxh = (struct rx_header *) bp; in vldb_reply_print()
1726 bp += sizeof(struct rx_header); in vldb_reply_print()
1893 if (length <= (int)sizeof(struct rx_header)) in kauth_print()
1896 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in kauth_print()
1905 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in kauth_print()
1921 bp += sizeof(struct rx_header) + 4; in kauth_print()
1985 struct rx_header *rxh; in kauth_reply_print()
1987 if (length <= (int)sizeof(struct rx_header)) in kauth_reply_print()
1990 rxh = (struct rx_header *) bp; in kauth_reply_print()
2006 bp += sizeof(struct rx_header); in kauth_reply_print()
2039 if (length <= (int)sizeof(struct rx_header)) in vol_print()
2042 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vol_print()
2051 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in vol_print()
2055 bp += sizeof(struct rx_header) + 4; in vol_print()
2239 struct rx_header *rxh; in vol_reply_print()
2241 if (length <= (int)sizeof(struct rx_header)) in vol_reply_print()
2244 rxh = (struct rx_header *) bp; in vol_reply_print()
2253 bp += sizeof(struct rx_header); in vol_reply_print()
2376 if (length <= (int)sizeof(struct rx_header)) in bos_print()
2379 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in bos_print()
2388 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in bos_print()
2396 bp += sizeof(struct rx_header) + 4; in bos_print()
2466 struct rx_header *rxh; in bos_reply_print()
2468 if (length <= (int)sizeof(struct rx_header)) in bos_reply_print()
2471 rxh = (struct rx_header *) bp; in bos_reply_print()
2480 bp += sizeof(struct rx_header); in bos_reply_print()
2533 ubik_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in ubik_print()
2541 bp += sizeof(struct rx_header) + 4; in ubik_print()
2635 struct rx_header *rxh; in ubik_reply_print()
2637 if (length < (int)sizeof(struct rx_header)) in ubik_reply_print()
2640 rxh = (struct rx_header *) bp; in ubik_reply_print()
2649 bp += sizeof(struct rx_header); in ubik_reply_print()
2703 if (length < (int)sizeof(struct rx_header)) in rx_ack_print()
2706 bp += sizeof(struct rx_header); in rx_ack_print()