Searched refs:action (Results 1 - 25 of 57) sorted by relevance

123

/net/bridge/netfilter/
H A Debt_mark.c25 int action = info->target & -16; local
27 if (action == MARK_SET_VALUE)
29 else if (action == MARK_OR_VALUE)
31 else if (action == MARK_AND_VALUE)
/net/mac80211/
H A Dspectmgmt.c212 skb_put(skb, 1 + sizeof(msr_report->u.action.u.measurement));
213 msr_report->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT;
214 msr_report->u.action.u.measurement.action_code =
216 msr_report->u.action.u.measurement.dialog_token = dialog_token;
218 msr_report->u.action.u.measurement.element_id = WLAN_EID_MEASURE_REPORT;
219 msr_report->u.action.u.measurement.length =
222 memset(&msr_report->u.action.u.measurement.msr_elem, 0,
224 msr_report->u.action.u.measurement.msr_elem.token = request_ie->token;
225 msr_report->u.action.u.measurement.msr_elem.mode |=
227 msr_report->u.action
[all...]
H A Dmesh_plink.c57 enum ieee80211_self_protected_actioncode action,
259 enum ieee80211_self_protected_actioncode action,
269 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) +
270 sizeof(mgmt->u.action.u.self_prot);
296 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED;
297 mgmt->u.action.u.self_prot.action_code = action;
299 if (action != WLAN_SP_MESH_PEERING_CLOSE) {
305 if (action == WLAN_SP_MESH_PEERING_CONFIRM) {
323 switch (action) {
258 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) argument
539 enum ieee80211_self_protected_actioncode action = 0; local
751 enum ieee80211_self_protected_actioncode action = 0; local
[all...]
H A Dagg-rx.c25 * %IEEE80211_AMPDU_RX_START action, and may reject the request
35 * with the action %IEEE80211_AMPDU_RX_STOP. In this case, the
211 skb_put(skb, 1 + sizeof(mgmt->u.action.u.addba_resp));
212 mgmt->u.action.category = WLAN_CATEGORY_BACK;
213 mgmt->u.action.u.addba_resp.action_code = WLAN_ACTION_ADDBA_RESP;
214 mgmt->u.action.u.addba_resp.dialog_token = dialog_token;
220 mgmt->u.action.u.addba_resp.capab = cpu_to_le16(capab);
221 mgmt->u.action.u.addba_resp.timeout = cpu_to_le16(timeout);
222 mgmt->u.action.u.addba_resp.status = cpu_to_le16(status);
359 dialog_token = mgmt->u.action
[all...]
H A Dht.c390 skb_put(skb, 1 + sizeof(mgmt->u.action.u.delba));
392 mgmt->u.action.category = WLAN_CATEGORY_BACK;
393 mgmt->u.action.u.delba.action_code = WLAN_ACTION_DELBA;
397 mgmt->u.action.u.delba.params = cpu_to_le16(params);
398 mgmt->u.action.u.delba.reason_code = cpu_to_le16(reason_code);
410 params = le16_to_cpu(mgmt->u.action.u.delba.params);
417 le16_to_cpu(mgmt->u.action.u.delba.reason_code));
434 /* 27 = header + category + action + smps mode */
446 action_frame->u.action.category = WLAN_CATEGORY_HT;
447 action_frame->u.action
[all...]
H A Dagg-tx.c37 * %IEEE80211_AMPDU_TX_START action.
50 * handshake by the %IEEE80211_AMPDU_TX_OPERATIONAL action to the
55 * @ampdu_action function will be called with the action
94 skb_put(skb, 1 + sizeof(mgmt->u.action.u.addba_req));
96 mgmt->u.action.category = WLAN_CATEGORY_BACK;
97 mgmt->u.action.u.addba_req.action_code = WLAN_ACTION_ADDBA_REQ;
99 mgmt->u.action.u.addba_req.dialog_token = dialog_token;
104 mgmt->u.action.u.addba_req.capab = cpu_to_le16(capab);
106 mgmt->u.action.u.addba_req.timeout = cpu_to_le16(timeout);
107 mgmt->u.action
264 enum ieee80211_ampdu_mlme_action action; local
[all...]
H A Dmesh_hwmp.c104 static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, argument
116 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.mesh_action) +
117 sizeof(mgmt->u.action.u.mesh_action);
134 mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION;
135 mgmt->u.action.u.mesh_action.action_code =
138 switch (action) {
165 if (action == MPATH_PREP) {
171 if (action == MPATH_PREQ) {
184 if (action == MPATH_PREQ) {
191 } else if (action
372 hwmp_route_info_get(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *hwmp_ie, enum mpath_frame_type action) argument
[all...]
H A Drx.c668 category = mgmt->u.action.category;
2354 if (len < 24 + 1 + sizeof(resp->u.action.u.sa_query)) {
2371 skb_put(skb, 1 + sizeof(resp->u.action.u.sa_query));
2372 resp->u.action.category = WLAN_CATEGORY_SA_QUERY;
2373 resp->u.action.u.sa_query.action = WLAN_ACTION_SA_QUERY_RESPONSE;
2374 memcpy(resp->u.action.u.sa_query.trans_id,
2375 mgmt->u.action.u.sa_query.trans_id,
2437 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC &&
2438 mgmt->u.action
[all...]
/net/batman-adv/
H A Dsysfs.h48 enum batadv_uev_action action, const char *data);
/net/sched/
H A Dact_gact.c103 gact->tcf_action = parm->action;
121 int action = TC_ACT_SHOT; local
126 action = gact_rand[gact->tcfg_ptype](gact);
128 action = gact->tcf_action;
130 action = gact->tcf_action;
134 if (action == TC_ACT_SHOT)
139 return action;
150 .action = gact->tcf_action,
H A Dact_nat.c77 p->tcf_action = parm->action;
96 int action; local
107 action = p->tcf_action;
113 if (unlikely(action == TC_ACT_SHOT))
241 return action;
262 .action = p->tcf_action,
H A Dact_simple.c2 * net/sched/simp.c Simple example of an action
68 d->tcf_action = p->action;
116 d->tcf_action = parm->action;
144 .action = d->tcf_action,
174 MODULE_DESCRIPTION("Simple example action");
182 pr_info("Simple TC action Loaded\n");
H A Dcls_api.c525 } else if (exts->action && tb[exts->action]) {
527 err = tcf_action_init(net, tb[exts->action], rate_tlv,
535 if ((exts->action && tb[exts->action]) ||
567 if (exts->action && !list_empty(&exts->actions)) {
574 nest = nla_nest_start(skb, exts->action);
H A Dact_csum.c79 p->tcf_action = parm->action;
499 int action; local
505 action = p->tcf_action;
509 if (unlikely(action == TC_ACT_SHOT))
523 return action;
540 .action = p->tcf_action,
H A Dsch_plug.c174 switch (msg->action) {
H A Dact_mirred.c109 m->tcf_action = parm->action;
191 .action = m->tcf_action,
256 pr_info("Mirror/redirect action on\n");
H A Dact_pedit.c87 p->tcf_action = parm->action;
197 opt->action = p->tcf_action;
/net/rds/
H A Dpage.c183 unsigned long action, void *hcpu)
190 rdsdebug("cpu %ld action 0x%lx\n", cpu, action);
192 switch (action) {
182 rds_page_remainder_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/net/core/
H A Dfib_rules.c30 r->action = FR_ACT_TO_TBL;
113 ops->action == NULL)
239 if (rule->action == FR_ACT_GOTO) {
249 } else if (rule->action == FR_ACT_NOP)
252 err = ops->action(rule, fl, flags, arg);
365 rule->action = frh->action;
383 if (rule->action != FR_ACT_GOTO)
400 } else if (rule->action == FR_ACT_GOTO)
439 if (r->action
[all...]
/net/tipc/
H A Dbcast.h99 void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action);
/net/decnet/
H A Ddn_rules.c74 switch(rule->action) {
132 if (rule->action == FR_ACT_TO_TBL) {
227 .action = dn_fib_rule_action,
/net/802/
H A Dgarp.c31 u8 action; member in struct:garp_state_trans
35 .action = GARP_ACTION_S_JOIN_IN },
46 .action = GARP_ACTION_S_JOIN_IN },
67 .action = GARP_ACTION_S_LEAVE_EMPTY },
78 .action = GARP_ACTION_S_JOIN_IN },
89 .action = GARP_ACTION_S_JOIN_IN },
322 switch (garp_applicant_state_table[attr->state][event].action) {
/net/sunrpc/
H A Dsched.c312 int __rpc_wait_for_completion_task(struct rpc_task *task, wait_bit_action_f *action) argument
314 if (action == NULL)
315 action = rpc_wait_bit_killable;
317 action, TASK_KILLABLE);
354 rpc_action action,
365 task->tk_callback = action;
370 rpc_action action)
384 __rpc_sleep_on_priority(q, task, action, task->tk_priority);
390 rpc_action action, int priority)
404 __rpc_sleep_on_priority(q, task, action, priorit
352 __rpc_sleep_on_priority(struct rpc_wait_queue *q, struct rpc_task *task, rpc_action action, unsigned char queue_priority) argument
369 rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, rpc_action action) argument
389 rpc_sleep_on_priority(struct rpc_wait_queue *q, struct rpc_task *task, rpc_action action, int priority) argument
[all...]
/net/ipv4/
H A Dfib_rules.c79 switch (rule->action) {
180 if (rule->action == FR_ACT_TO_TBL) {
300 .action = fib4_rule_action,
/net/ipv6/
H A Dfib6_rules.c60 switch (rule->action) {
190 if (rule->action == FR_ACT_TO_TBL) {
279 .action = fib6_rule_action,

Completed in 231 milliseconds

123