Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_queue.c508 bool csum_verify) in nfqnl_put_packet_info() argument
514 else if (csum_verify) in nfqnl_put_packet_info()
657 bool csum_verify; in nfqnl_build_packet_message() local
687 csum_verify = !skb_csum_unnecessary(entskb); in nfqnl_build_packet_message()
689 csum_verify = false; in nfqnl_build_packet_message()
885 if (nfqnl_put_packet_info(skb, entskb, csum_verify)) in nfqnl_build_packet_message()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c4707 if (req->csum_verify & BIT(0)) in rvu_mbox_handler_nix_set_rx_cfg()