Searched defs:action (Results 1 - 21 of 21) sorted by relevance

/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/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/sched/
H A Dact_gact.c114 gact->tcf_action = parm->action;
141 int action = TC_ACT_SHOT; local
146 action = gact_rand[gact->tcfg_ptype](gact);
148 action = gact->tcf_action;
150 action = gact->tcf_action;
154 if (action == TC_ACT_SHOT)
159 return action;
170 .action = gact->tcf_action,
H A Dact_nat.c89 p->tcf_action = parm->action;
115 int action; local
126 action = p->tcf_action;
132 if (unlikely(action == TC_ACT_SHOT))
260 return action;
281 .action = p->tcf_action,
H A Dact_csum.c91 p->tcf_action = parm->action;
517 int action; local
523 action = p->tcf_action;
527 if (unlikely(action == TC_ACT_SHOT))
541 return action;
558 .action = p->tcf_action,
H A Dact_police.c10 * J Hadi Salim (action changes)
57 int action; member in struct:tc_police_compat
256 police->tcf_action = parm->action;
371 .action = police->tcf_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/mac80211/
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
260 enum ieee80211_ampdu_mlme_action action; local
[all...]
H A Dmesh_plink.c63 enum ieee80211_self_protected_actioncode action,
248 enum ieee80211_self_protected_actioncode action,
258 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) +
259 sizeof(mgmt->u.action.u.self_prot);
285 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED;
286 mgmt->u.action.u.self_prot.action_code = action;
288 if (action != WLAN_SP_MESH_PEERING_CLOSE) {
294 if (action == WLAN_SP_MESH_PEERING_CONFIRM) {
312 switch (action) {
247 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum ieee80211_self_protected_actioncode action, u8 *da, __le16 llid, __le16 plid, __le16 reason) argument
[all...]
H A Ddriver-ops.h678 enum ieee80211_ampdu_mlme_action action,
689 trace_drv_ampdu_action(local, sdata, action, sta, tid, ssn, buf_size);
692 ret = local->ops->ampdu_action(&local->hw, &sdata->vif, action,
676 drv_ampdu_action(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size) argument
H A Dmesh_hwmp.c104 static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, argument
117 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.mesh_action) +
118 sizeof(mgmt->u.action.u.mesh_action);
135 mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION;
136 mgmt->u.action.u.mesh_action.action_code =
139 switch (action) {
167 if (action == MPATH_PREP) {
173 if (action == MPATH_PREQ) {
186 if (action == MPATH_PREQ) {
193 } else if (action
374 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 Dutil.c664 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, argument
888 if (!action ||
896 if (action) {
H A Dieee80211_i.h177 * @IEEE80211_RX_MALFORMED_ACTION_FRM: action frame is malformed
1500 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
1504 bool action,
1507 ieee802_11_parse_elems_crc(start, len, action, elems, 0, 0);
1503 ieee802_11_parse_elems(const u8 *start, size_t len, bool action, struct ieee802_11_elems *elems) argument
/net/batman-adv/
H A Dsysfs.c693 enum batadv_uev_action action, const char *data)
711 strlen(batadv_uev_action_str[action]) + 1,
717 batadv_uev_action_str[action]);
720 if (action != BATADV_UEV_DEL) {
739 batadv_uev_action_str[action],
740 (action == BATADV_UEV_DEL ? "NULL" : data), ret);
692 batadv_throw_uevent(struct batadv_priv *bat_priv, enum batadv_uev_type type, enum batadv_uev_action action, const char *data) argument
/net/core/
H A Dflow.c425 unsigned long action,
432 switch (action) {
424 flow_cache_cpu(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
H A Ddev.c2360 /* Take action when hardware reception checksum errors are detected. */
5969 unsigned long action,
5977 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
5968 dev_cpu_callback(struct notifier_block *nfb, unsigned long action, void *ocpu) argument
/net/sunrpc/
H A Dxprt.c489 * @action: function pointer to be executed after wait
495 void xprt_wait_for_buffer_space(struct rpc_task *task, rpc_action action) argument
501 rpc_sleep_on(&xprt->pending, task, action);
H A Dsched.c312 int __rpc_wait_for_completion_task(struct rpc_task *task, int (*action)(void *))
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/atm/
H A Dmpc.c74 int action);
1389 * purge egress cache and tell daemon to 'action' (DIE, RELOAD)
1391 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) argument
1409 msg->type = action;
/net/iucv/
H A Diucv.c625 unsigned long action, void *hcpu)
630 switch (action) {
1728 * iucv_external_interrupt, calls the appropriate action handler
1772 * created by iucv_external_interrupt, calls the appropriate action
624 iucv_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/net/sctp/
H A Dsm_statefuns.c210 * and take no further action. An endpoint MUST ignore the
1346 * handling action.
1350 * Returns value representing action to be taken. These action values
1695 /* Unexpected COOKIE-ECHO handler for peer restart (Table 2, action 'A')
1794 /* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'B')
1864 /* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'C')
1887 /* Unexpected COOKIE-ECHO handler lost chunk (Table 2, action 'D')
2001 char action; local
2056 action
[all...]

Completed in 5889 milliseconds