Home
last modified time | relevance | path

Searched refs:csum_verify (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/netfilter/
Dnfnetlink_queue.c264 bool csum_verify) in nfqnl_put_packet_info() argument
270 else if (csum_verify) in nfqnl_put_packet_info()
392 bool csum_verify; in nfqnl_build_packet_message() local
419 csum_verify = !skb_csum_unnecessary(entskb); in nfqnl_build_packet_message()
421 csum_verify = false; in nfqnl_build_packet_message()
612 if (nfqnl_put_packet_info(skb, entskb, csum_verify)) in nfqnl_build_packet_message()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h1077 u8 csum_verify; /* Outer L4 checksum verification */ member
Drvu_nix.c4035 if (req->csum_verify & BIT(0)) in rvu_mbox_handler_nix_set_rx_cfg()