Home
last modified time | relevance | path

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

/Linux-v6.6/net/xfrm/
Dxfrm_device.c507 xfrm_dev_state_flush(dev_net(dev), dev, true); in xfrm_dev_down()
Dxfrm_state.c849 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() function
889 EXPORT_SYMBOL(xfrm_dev_state_flush);
/Linux-v6.6/include/net/
Dxfrm.h1645 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid);
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c3848 xfrm_dev_state_flush(dev_net(bond_dev), bond_dev, true); in bond_master_netdev_event()