Home
last modified time | relevance | path

Searched refs:priv_destructor (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c107 ndev->priv_destructor = ipoib_intf_free; in __ipoib_vlan_add()
162 if (ndev->priv_destructor) in __ipoib_vlan_add()
163 ndev->priv_destructor(ndev); in __ipoib_vlan_add()
H A Dipoib_main.c2254 priv->next_priv_destructor = dev->priv_destructor; in ipoib_intf_init()
2255 dev->priv_destructor = NULL; in ipoib_intf_init()
2295 dev->priv_destructor = priv->next_priv_destructor; in ipoib_intf_free()
2296 if (dev->priv_destructor) in ipoib_intf_free()
2297 dev->priv_destructor(dev); in ipoib_intf_free()
2303 dev->priv_destructor = NULL; in ipoib_intf_free()
2559 ndev->priv_destructor = ipoib_intf_free; in ipoib_add_port()
/linux-6.15/net/openvswitch/
H A Dvport-internal_dev.c107 netdev->priv_destructor = NULL; in do_setup()
158 vport->dev->priv_destructor = internal_dev_destructor; in internal_dev_create()
/linux-6.15/drivers/net/
H A Dloopback.c192 dev->priv_destructor = dev_destructor; in gen_lo_setup()
H A Difb.c332 dev->priv_destructor = ifb_dev_free; in ifb_setup()
H A Dmacvlan.c1222 dev->priv_destructor = macvlan_dev_free; in macvlan_common_setup()
H A Dveth.c1712 dev->priv_destructor = veth_dev_free; in veth_setup()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c220 netdev->priv_destructor = hfi1_ipoib_netdev_dtor; in hfi1_ipoib_setup_rn()
/linux-6.15/Documentation/networking/
H A Dnetdevices.rst92 and ``priv_destructor`` members for freeing of state.
132 dev->priv_destructor = my_destructor;
152 If struct net_device.priv_destructor is set it will be called by the core
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst136 void*priv_destructor struct net_device
/linux-6.15/net/caif/
H A Dchnl_net.c380 dev->priv_destructor = chnl_net_destructor; in ipcaif_net_setup()
/linux-6.15/drivers/net/wireguard/
H A Ddevice.c378 dev->priv_destructor = wg_destruct; in wg_newlink()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c321 ndev->priv_destructor = wil_ndev_destructor; in wil_vif_alloc()
/linux-6.15/drivers/net/wireless/virtual/
H A Dvirt_wifi.c583 dev->priv_destructor = virt_wifi_net_device_destructor; in virt_wifi_newlink()
/linux-6.15/net/mac802154/
H A Diface.c580 sdata->dev->priv_destructor = mac802154_wpan_free; in ieee802154_setup_sdata()
/linux-6.15/net/ipv6/
H A Dip6_gre.c1453 dev->priv_destructor = ip6gre_dev_free; in ip6gre_tunnel_setup()
1932 dev->priv_destructor = ip6gre_dev_free; in ip6gre_tap_setup()
2237 dev->priv_destructor = ip6gre_dev_free; in ip6erspan_tap_setup()
H A Dsit.c1431 dev->priv_destructor = ipip6_dev_free; in ipip6_tunnel_setup()
/linux-6.15/net/batman-adv/
H A Dmesh-interface.c1036 dev->priv_destructor = batadv_meshif_free; in batadv_meshif_init_early()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c811 netdev->priv_destructor = mlx5_rdma_netdev_free; in mlx5_rdma_setup_rn()
/linux-6.15/net/8021q/
H A Dvlan_dev.c1068 dev->priv_destructor = vlan_dev_free; in vlan_setup()
/linux-6.15/drivers/net/slip/
H A Dslip.c660 dev->priv_destructor = sl_free_netdev;
/linux-6.15/net/xfrm/
H A Dxfrm_interface_core.c749 dev->priv_destructor = xfrmi_dev_free; in xfrmi_dev_setup()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c672 ndev->priv_destructor = brcmf_cfg80211_free_netdev; in brcmf_net_attach()
/linux-6.15/net/ipv4/
H A Dip_tunnel.c1316 dev->priv_destructor = ip_tunnel_dev_free; in ip_tunnel_init()
/linux-6.15/drivers/s390/net/
H A Dnetiucv.c1844 dev->priv_destructor = netiucv_free_netdevice; in netiucv_setup_netdevice()

12