Home
last modified time | relevance | path

Searched refs:psp_dev_rcv (Results 1 – 4 of 4) sorted by relevance

/linux/net/psp/
H A Dpsp_main.c272 int psp_dev_rcv(struct sk_buff *skb, u16 dev_id, u8 generation, bool strip_icv) in psp_dev_rcv() function
351 EXPORT_SYMBOL(psp_dev_rcv);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dpsp_rxtx.c135 if (psp_dev_rcv(skb, dev_id, generation, strip_icv)) in mlx5e_psp_offload_handle_rx_skb()
/linux/include/net/psp/
H A Dfunctions.h22 int psp_dev_rcv(struct sk_buff *skb, u16 dev_id, u8 generation, bool strip_icv);
/linux/drivers/net/netdevsim/
H A Dpsp.c64 if (psp_dev_rcv(skb, peer_ns->psp.dev->id, generation, in nsim_do_psp()