Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4132 struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 }; in ixgbevf_xmit_frame_ring() local
4181 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring()
4184 tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbevf_xmit_frame_ring()
4188 ixgbevf_tx_csum(tx_ring, first, &ipsec_tx); in ixgbevf_xmit_frame_ring()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8623 struct ixgbe_ipsec_tx_data ipsec_tx = { 0 }; in ixgbe_xmit_frame_ring() local
8731 !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbe_xmit_frame_ring()
8734 tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbe_xmit_frame_ring()
8738 ixgbe_tx_csum(tx_ring, first, &ipsec_tx); in ixgbe_xmit_frame_ring()