Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 9 of 9) sorted by relevance

/net/tipc/
Dgroup.h59 void tipc_group_member_evt(struct tipc_group *grp, bool *wakeup,
63 void tipc_group_proto_rcv(struct tipc_group *grp, bool *wakeup,
Dgroup.c104 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() argument
106 *wakeup = false; in tipc_group_open()
111 *wakeup = true; in tipc_group_open()
Dsocket.c1987 bool wakeup = false; in tipc_sk_proto_rcv() local
1998 wakeup = true; in tipc_sk_proto_rcv()
2001 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv()
2004 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf, in tipc_sk_proto_rcv()
2011 if (wakeup) in tipc_sk_proto_rcv()
/net/mac80211/
Dpm.c201 struct cfg80211_wowlan_wakeup *wakeup, in ieee80211_report_wowlan_wakeup() argument
206 cfg80211_report_wowlan_wakeup(&sdata->wdev, wakeup, gfp); in ieee80211_report_wowlan_wakeup()
/net/wireless/
Dtrace.h3289 struct cfg80211_wowlan_wakeup *wakeup),
3290 TP_ARGS(wiphy, wdev, wakeup),
3304 wakeup ? wakeup->packet_present_len : 0)
3309 __entry->non_wireless = !wakeup;
3310 __entry->disconnect = wakeup ? wakeup->disconnect : false;
3311 __entry->magic_pkt = wakeup ? wakeup->magic_pkt : false;
3312 __entry->gtk_rekey_failure = wakeup ? wakeup->gtk_rekey_failure : false;
3313 __entry->eap_identity_req = wakeup ? wakeup->eap_identity_req : false;
3314 __entry->four_way_handshake = wakeup ? wakeup->four_way_handshake : false;
3315 __entry->rfkill_release = wakeup ? wakeup->rfkill_release : false;
[all …]
Dnl80211.c16512 struct cfg80211_wowlan_wakeup *wakeup) in cfg80211_net_detect_results() argument
16514 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()
16571 struct cfg80211_wowlan_wakeup *wakeup, in cfg80211_report_wowlan_wakeup() argument
16579 trace_cfg80211_report_wowlan_wakeup(wdev->wiphy, wdev, wakeup); in cfg80211_report_wowlan_wakeup()
16581 if (wakeup) in cfg80211_report_wowlan_wakeup()
16582 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
16601 if (wakeup) { in cfg80211_report_wowlan_wakeup()
16609 if (wakeup->disconnect && in cfg80211_report_wowlan_wakeup()
16612 if (wakeup->magic_pkt && in cfg80211_report_wowlan_wakeup()
16615 if (wakeup->gtk_rekey_failure && in cfg80211_report_wowlan_wakeup()
[all …]
/net/smc/
Dsmc_close.c350 goto wakeup; in smc_close_passive_work()
360 goto wakeup; in smc_close_passive_work()
411 wakeup: in smc_close_passive_work()
/net/decnet/
Ddn_nsp_in.c96 int wakeup = 0; in dn_ack() local
102 wakeup |= dn_nsp_check_xmit_queue(sk, skb, in dn_ack()
112 wakeup |= dn_nsp_check_xmit_queue(sk, skb, in dn_ack()
121 if (wakeup && !sock_flag(sk, SOCK_DEAD)) in dn_ack()
Ddn_nsp_out.c374 int wakeup = 0; in dn_nsp_check_xmit_queue() local
397 wakeup = 1; in dn_nsp_check_xmit_queue()
439 return wakeup; in dn_nsp_check_xmit_queue()