Home
last modified time | relevance | path

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

12

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c108 ndev->priv_destructor = ipoib_intf_free; in __ipoib_vlan_add()
163 if (ndev->priv_destructor) in __ipoib_vlan_add()
164 ndev->priv_destructor(ndev); in __ipoib_vlan_add()
/linux/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/drivers/net/
H A Dloopback.c192 dev->priv_destructor = dev_destructor; in gen_lo_setup()
H A Difb.c331 dev->priv_destructor = ifb_dev_free; in ifb_setup()
H A Dmacvlan.c1242 dev->priv_destructor = macvlan_dev_free; in macvlan_common_setup()
H A Dveth.c1764 dev->priv_destructor = veth_dev_free; in veth_setup()
H A Dgeneve.c1835 dev->priv_destructor = geneve_free_dev; in geneve_setup()
/linux/drivers/net/ovpn/
H A Dmain.c170 dev->priv_destructor = ovpn_priv_free; in ovpn_setup()
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c220 netdev->priv_destructor = hfi1_ipoib_netdev_dtor; in hfi1_ipoib_setup_rn()
/linux/Documentation/networking/
H A Dnetdevices.rst94 and ``priv_destructor`` members for freeing of state.
134 dev->priv_destructor = my_destructor;
154 If struct net_device.priv_destructor is set it will be called by the core
/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c322 ndev->priv_destructor = wil_ndev_destructor; in wil_vif_alloc()
/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c586 dev->priv_destructor = virt_wifi_net_device_destructor; in virt_wifi_newlink()
/linux/net/batman-adv/
H A Dmesh-interface.c1078 dev->priv_destructor = batadv_meshif_free; in batadv_meshif_init_early()
/linux/net/mac802154/
H A Diface.c582 sdata->dev->priv_destructor = mac802154_wpan_free; in ieee802154_setup_sdata()
/linux/net/ipv6/
H A Dip6_gre.c1430 dev->priv_destructor = ip6gre_dev_free; in ip6gre_tunnel_setup()
1899 dev->priv_destructor = ip6gre_dev_free; in ip6gre_tap_setup()
2207 dev->priv_destructor = ip6gre_dev_free; in ip6erspan_tap_setup()
H A Dsit.c1427 dev->priv_destructor = ipip6_dev_free; in ipip6_tunnel_setup()
H A Dip6_tunnel.c1913 dev->priv_destructor = ip6_dev_free; in ip6_tnl_dev_setup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c822 netdev->priv_destructor = mlx5_rdma_netdev_free; in mlx5_rdma_setup_rn()
/linux/net/8021q/
H A Dvlan_dev.c1112 dev->priv_destructor = vlan_dev_free;
/linux/net/xfrm/
H A Dxfrm_interface_core.c749 dev->priv_destructor = xfrmi_dev_free; in xfrmi_dev_setup()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c677 ndev->priv_destructor = brcmf_cfg80211_free_vif; in brcmf_net_attach()
/linux/net/ipv4/
H A Dip_tunnel.c1281 dev->priv_destructor = ip_tunnel_dev_free; in __ip_tunnel_init()
/linux/net/core/
H A Ddev.c11570 if (dev->priv_destructor) in register_netdevice()
11571 dev->priv_destructor(dev); in register_netdevice()
11810 if (dev->priv_destructor) in netdev_run_todo()
11811 dev->priv_destructor(dev); in netdev_run_todo()
/linux/drivers/net/team/
H A Dteam_core.c2370 dev->priv_destructor = team_destructor; in team_setup()
/linux/drivers/net/ppp/
H A Dppp_generic.c1635 dev->priv_destructor = ppp_dev_priv_destructor; in ppp_setup()

12