Searched refs:ipsec_tx (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4130 struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 }; in ixgbevf_xmit_frame_ring() local 4179 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring() 4182 tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbevf_xmit_frame_ring() 4186 ixgbevf_tx_csum(tx_ring, first, &ipsec_tx); in ixgbevf_xmit_frame_ring()
|
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8734 struct ixgbe_ipsec_tx_data ipsec_tx = { 0 }; in ixgbe_xmit_frame_ring() local 8842 !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbe_xmit_frame_ring() 8845 tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbe_xmit_frame_ring() 8849 ixgbe_tx_csum(tx_ring, first, &ipsec_tx); in ixgbe_xmit_frame_ring()
|