Searched refs:rx_header (Results 1 – 5 of 5) 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 …]
179 struct tls_header rx_header; member
1525 size_t data_len = ntohs ( tls->rx_header.length ); in tls_newdata_process_header()1552 if ( ( rc = tls_new_ciphertext ( tls, &tls->rx_header, in tls_newdata_process_data()1591 buf = &tls->rx_header; in tls_cipherstream_deliver_raw()1592 buf_len = sizeof ( tls->rx_header ); in tls_cipherstream_deliver_raw()1597 buf_len = ntohs ( tls->rx_header.length ); in tls_cipherstream_deliver_raw()
368 struct rx_header { struct
381 struct rx_header *rh; in b44_populate_rx_descriptor()844 struct rx_header *rh; in b44_process_rx_packets()