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.c531 bool csum_verify) in nfqnl_put_packet_info() argument
537 else if (csum_verify) in nfqnl_put_packet_info()
680 bool csum_verify; in nfqnl_build_packet_message() local
710 csum_verify = !skb_csum_unnecessary(entskb); in nfqnl_build_packet_message()
712 csum_verify = false; in nfqnl_build_packet_message()
908 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.c4704 if (req->csum_verify & BIT(0)) in rvu_mbox_handler_nix_set_rx_cfg()