Home
last modified time | relevance | path

Searched refs:xdo_dev_state_update_stats (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/networking/
H A Dxfrm_device.rst74 void (*xdo_dev_state_update_stats) (struct xfrm_state *x);
196 xdo_dev_state_update_stats() is called. In case of one of these limits
/linux-6.15/include/net/
H A Dxfrm.h1704 dev->xfrmdev_ops->xdo_dev_state_update_stats) in xfrm_dev_state_update_stats()
1705 dev->xfrmdev_ops->xdo_dev_state_update_stats(x); in xfrm_dev_state_update_stats()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c1237 .xdo_dev_state_update_stats = mlx5e_xfrm_update_stats,
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c727 !real_dev->xfrmdev_ops->xdo_dev_state_update_stats) { in bond_xfrm_update_stats()
732 real_dev->xfrmdev_ops->xdo_dev_state_update_stats(xs); in bond_xfrm_update_stats()
743 .xdo_dev_state_update_stats = bond_xfrm_update_stats,
/linux-6.15/include/linux/
H A Dnetdevice.h1021 void (*xdo_dev_state_update_stats) (struct xfrm_state *x); member