Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c268 bool csum_verify) in nfqnl_put_packet_info() argument
274 else if (csum_verify) in nfqnl_put_packet_info()
409 bool csum_verify; in nfqnl_build_packet_message() local
439 csum_verify = !skb_csum_unnecessary(entskb); in nfqnl_build_packet_message()
441 csum_verify = false; in nfqnl_build_packet_message()
635 if (nfqnl_put_packet_info(skb, entskb, csum_verify)) in nfqnl_build_packet_message()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1171 u8 csum_verify; /* Outer L4 checksum verification */ member
H A Drvu_nix.c4278 if (req->csum_verify & BIT(0)) in rvu_mbox_handler_nix_set_rx_cfg()