Home
last modified time | relevance | path

Searched refs:c_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_zlib.c45 struct cudbg_compress_hdr *c_hdr; in cudbg_compress_buff() local
53 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()
54 c_hdr->compress_id = CUDBG_ZLIB_COMPRESS_ID; in cudbg_compress_buff()
77 c_hdr->compress_size = compress_stream.total_out; in cudbg_compress_buff()
78 c_hdr->decompress_size = pin_buff->size; in cudbg_compress_buff()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c922 u8 *c_hdr; in ixgbe_ipsec_rx() local
933 c_hdr = (u8 *)ip4 + ip4->ihl * 4; in ixgbe_ipsec_rx()
937 c_hdr = (u8 *)ip6 + sizeof(struct ipv6hdr); in ixgbe_ipsec_rx()
944 spi = ((struct ip_auth_hdr *)c_hdr)->spi; in ixgbe_ipsec_rx()
948 spi = ((struct ip_esp_hdr *)c_hdr)->spi; in ixgbe_ipsec_rx()