Searched refs:notified (Results 1 – 13 of 13) sorted by relevance
| /net/bridge/ |
| A D | br.c | 35 bool notified = false; in br_device_event() local 96 br_port_carrier_check(p, ¬ified); 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 D | br_fdb.c | 1156 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 D | br_if.c | 73 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 D | br_private.h | 859 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 D | core.c | 243 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 D | core.h | 26 bool notified; member
|
| A D | scan.c | 1209 intreq->notified = true; in cfg80211_scan_done()
|
| /net/mac80211/ |
| A D | offchannel.c | 240 if (WARN_ON(roc->notified)) in ieee80211_handle_roc_started() 258 roc->notified = true; in ieee80211_handle_roc_started()
|
| A D | ieee80211_i.h | 361 bool started, abort, hw_begun, notified; member
|
| /net/bluetooth/ |
| A D | msft.c | 243 if (notify && dev->notified) { in msft_monitor_device_del() 803 dev->notified = false; in msft_device_found()
|
| A D | mgmt.c | 10169 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 D | rtnetlink.c | 4637 bool notified = false; in rtnl_fdb_add() local 4640 nlh->nlmsg_flags, ¬ified, extack); in rtnl_fdb_add() 4649 bool notified = false; in rtnl_fdb_add() local 4655 ¬ified, extack); in rtnl_fdb_add() 4660 if (!err && !notified) { in rtnl_fdb_add() 4760 bool notified = false; in rtnl_fdb_del() local 4766 ¬ified, extack); in rtnl_fdb_del() 4780 bool notified = false; in rtnl_fdb_del() local 4786 ¬ified, extack); in rtnl_fdb_del() 4797 if (!del_bulk && !notified) in rtnl_fdb_del()
|
| /net/netfilter/ |
| A D | Kconfig | 163 to get notified about changes in the connection tracking state.
|
Completed in 78 milliseconds