Searched refs:strip_icv (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp_rxtx.c | 128 bool strip_icv = true; in mlx5e_psp_offload_handle_rx_skb() local 135 if (psp_dev_rcv(skb, dev_id, generation, strip_icv)) in mlx5e_psp_offload_handle_rx_skb()
|
| /linux/net/psp/ |
| H A D | psp_main.c | 273 int psp_dev_rcv(struct sk_buff *skb, u16 dev_id, u8 generation, bool strip_icv) in psp_dev_rcv() argument 346 encap += strip_icv ? PSP_TRL_SIZE : 0; in psp_dev_rcv() 366 if (strip_icv) in psp_dev_rcv()
|
| /linux/drivers/net/netdevsim/ |
| H A D | psp.c | 54 bool strip_icv = false; in nsim_do_psp() local 66 if (psp_dev_rcv(skb, peer_psd->id, generation, strip_icv)) { in nsim_do_psp()
|
| /linux/include/net/psp/ |
| H A D | functions.h | 22 int psp_dev_rcv(struct sk_buff *skb, u16 dev_id, u8 generation, bool strip_icv);
|