Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_device.c539 xfrm_dev_state_flush(dev_net(dev), dev, true); in xfrm_dev_down()
H A Dxfrm_state.c967 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() function
1028 EXPORT_SYMBOL(xfrm_dev_state_flush);
/linux-6.15/include/net/
H A Dxfrm.h1763 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid);
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c3993 xfrm_dev_state_flush(dev_net(bond_dev), bond_dev, true); in bond_master_netdev_event()