Home
last modified time | relevance | path

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

/net/bridge/
Dbr.c35 bool notified = false; in br_device_event() local
89 br_port_carrier_check(p, &notified); in br_device_event()
100 notified = true; in br_device_event()
109 notified = true; in br_device_event()
138 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
Dbr_if.c64 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument
73 *notified = false; in br_port_carrier_check()
81 *notified = true; in br_port_carrier_check()
86 *notified = true; in br_port_carrier_check()
Dbr_private.h822 void br_port_carrier_check(struct net_bridge_port *p, bool *notified);
/net/wireless/
Dcore.c241 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_stop_p2p_device()
243 !rdev->int_scan_req->notified))) in cfg80211_stop_p2p_device()
1465 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_netdev_notifier_call()
1467 !rdev->int_scan_req->notified))) in cfg80211_netdev_notifier_call()
Dscan.c1079 request->notified = true; in cfg80211_scan_done()
/net/mac80211/
Doffchannel.c238 if (WARN_ON(roc->notified)) in ieee80211_handle_roc_started()
256 roc->notified = true; in ieee80211_handle_roc_started()
Dieee80211_i.h343 bool started, abort, hw_begun, notified; member
/net/netfilter/
DKconfig149 to get notified about changes in the connection tracking state.