Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 13 of 13) sorted by relevance

/net/bridge/
A Dbr.c35 bool notified = false; in br_device_event() local
96 br_port_carrier_check(p, &notified); in br_device_event()
107 notified = true; in br_device_event()
116 notified = true; in br_device_event()
145 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
A Dbr_fdb.c1156 bool *notified, struct netlink_ext_ack *extack) in __br_fdb_add() argument
1188 *notified = true; in __br_fdb_add()
1201 bool *notified, struct netlink_ext_ack *extack) in br_fdb_add() argument
1264 notified, extack); in br_fdb_add()
1267 notified, extack); in br_fdb_add()
1279 nfea_tb, notified, extack); in br_fdb_add()
1291 const u8 *addr, u16 vlan, bool *notified) in fdb_delete_by_addr_and_port() argument
1300 *notified = true; in fdb_delete_by_addr_and_port()
1321 const unsigned char *addr, u16 vid, bool *notified, in br_fdb_delete() argument
1344 err = __br_fdb_delete(br, p, addr, vid, notified); in br_fdb_delete()
[all …]
A Dbr_if.c73 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument
82 *notified = false; in br_port_carrier_check()
90 *notified = true; in br_port_carrier_check()
95 *notified = true; in br_port_carrier_check()
A Dbr_private.h859 bool *notified, struct netlink_ext_ack *extack);
864 bool *notified, struct netlink_ext_ack *extack);
904 void br_port_carrier_check(struct net_bridge_port *p, bool *notified);
/net/wireless/
A Dcore.c243 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_stop_p2p_device()
245 !rdev->int_scan_req->notified))) in cfg80211_stop_p2p_device()
1578 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_netdev_notifier_call()
1580 !rdev->int_scan_req->notified))) in cfg80211_netdev_notifier_call()
A Dcore.h26 bool notified; member
A Dscan.c1209 intreq->notified = true; in cfg80211_scan_done()
/net/mac80211/
A Doffchannel.c240 if (WARN_ON(roc->notified)) in ieee80211_handle_roc_started()
258 roc->notified = true; in ieee80211_handle_roc_started()
A Dieee80211_i.h361 bool started, abort, hw_begun, notified; member
/net/bluetooth/
A Dmsft.c243 if (notify && dev->notified) { in msft_monitor_device_del()
803 dev->notified = false; in msft_device_found()
A Dmgmt.c10169 bool notified = false; in mgmt_adv_monitor_device_found() local
10197 if (!dev->notified) { in mgmt_adv_monitor_device_found()
10201 notified = true; in mgmt_adv_monitor_device_found()
10202 dev->notified = true; in mgmt_adv_monitor_device_found()
10206 if (!dev->notified) in mgmt_adv_monitor_device_found()
10211 ((matched && !notified) || !msft_monitor_supported(hdev))) { in mgmt_adv_monitor_device_found()
/net/core/
A Drtnetlink.c4637 bool notified = false; in rtnl_fdb_add() local
4640 nlh->nlmsg_flags, &notified, extack); in rtnl_fdb_add()
4649 bool notified = false; in rtnl_fdb_add() local
4655 &notified, extack); in rtnl_fdb_add()
4660 if (!err && !notified) { in rtnl_fdb_add()
4760 bool notified = false; in rtnl_fdb_del() local
4766 &notified, extack); in rtnl_fdb_del()
4780 bool notified = false; in rtnl_fdb_del() local
4786 &notified, extack); in rtnl_fdb_del()
4797 if (!del_bulk && !notified) in rtnl_fdb_del()
/net/netfilter/
A DKconfig163 to get notified about changes in the connection tracking state.

Completed in 78 milliseconds