/kernel/linux/linux-5.10/include/linux/ |
H A D | if_vlan.h | 94 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info() 100 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info() 106 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info() 112 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_vlan.h | 96 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info() 102 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info() 108 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info() 114 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp_tunnel.h | 132 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info() 138 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br.c | 84 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event() 130 call_netdevice_notifiers(event, br->dev); in br_device_event()
|
H A D | br_if.c | 615 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if() 708 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if() 765 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp_tunnel.h | 138 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info() 146 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br.c | 84 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event() 130 call_netdevice_notifiers(event, br->dev); in br_device_event()
|
H A D | br_if.c | 603 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if() 693 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if() 749 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
|
H A D | hdlc_raw.c | 84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
|
H A D | hdlc_x25.c | 353 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
|
H A D | hdlc.c | 307 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_main.c | 79 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
|
H A D | hdlc_raw.c | 84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
|
H A D | hdlc_x25.c | 360 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
|
H A D | hdlc.c | 303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_main.c | 79 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 1269 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name() 1358 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change() 1398 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in __netdev_notify_peers() 1399 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in __netdev_notify_peers() 1516 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open() 1533 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many() 1588 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many() 2037 * call_netdevice_notifiers - call all network notifier blocks 2045 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function 2049 EXPORT_SYMBOL(call_netdevice_notifiers); variable [all...] |
H A D | dev_addr_lists.c | 610 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add() 647 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev_addr_lists.c | 502 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add() 539 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
|
H A D | dev.c | 1369 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name() 1458 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change() 1497 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers() 1498 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in netdev_notify_peers() 1576 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open() 1593 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many() 1648 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many() 2063 * call_netdevice_notifiers - call all network notifier blocks 2071 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function 2075 EXPORT_SYMBOL(call_netdevice_notifiers); variable [all...] |
H A D | dev_ioctl.c | 250 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 813 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed() 893 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr() 1170 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave() 1173 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave() 1775 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave() 1794 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave() 1830 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave() 2293 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one() 2294 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one() 2676 call_netdevice_notifiers(NETDEV_NOTIFY_PEER in bond_mii_monitor() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 854 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed() 934 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr() 1237 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave() 1240 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave() 1904 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave() 1921 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave() 1955 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave() 2466 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one() 2467 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one() 2858 call_netdevice_notifiers(NETDEV_NOTIFY_PEER in bond_mii_monitor() [all...] |