Searched defs:action (Results 1 - 24 of 24) 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.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_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 Dact_police.c10 * J Hadi Salim (action changes)
48 int action; member in struct:tc_police_compat
225 police->tcf_action = parm->action;
319 .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
264 enum ieee80211_ampdu_mlme_action action; local
[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 Ddriver-ops.h703 enum ieee80211_ampdu_mlme_action action,
715 trace_drv_ampdu_action(local, sdata, action, sta, tid, ssn, buf_size);
718 ret = local->ops->ampdu_action(&local->hw, &sdata->vif, action,
701 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
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 Dutil.c747 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, argument
980 if (!action ||
988 if (action) {
2641 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.chan_switch) +
2642 sizeof(mgmt->u.action.u.chan_switch);
2670 mgmt->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT;
2671 mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH;
H A Dieee80211_i.h176 * @IEEE80211_RX_MALFORMED_ACTION_FRM: action frame is malformed
1735 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
1739 bool action,
1742 ieee802_11_parse_elems_crc(start, len, action, elems, 0, 0);
1738 ieee802_11_parse_elems(const u8 *start, size_t len, bool action, struct ieee802_11_elems *elems) argument
/net/core/
H A Dflow.c412 unsigned long action,
420 switch (action) {
411 flow_cache_cpu(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
H A Ddev.c2480 /* Take action when hardware reception checksum errors are detected. */
6953 unsigned long action,
6961 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
6952 dev_cpu_callback(struct notifier_block *nfb, unsigned long action, void *ocpu) argument
/net/batman-adv/
H A Dsysfs.c895 enum batadv_uev_action action, const char *data)
911 batadv_uev_action_str[action]);
916 if (action != BATADV_UEV_DEL) {
933 batadv_uev_action_str[action],
934 (action == BATADV_UEV_DEL ? "NULL" : data), ret);
894 batadv_throw_uevent(struct batadv_priv *bat_priv, enum batadv_uev_type type, enum batadv_uev_action action, const char *data) argument
/net/sunrpc/
H A Dxprt.c483 * @action: function pointer to be executed after wait
489 void xprt_wait_for_buffer_space(struct rpc_task *task, rpc_action action) argument
495 rpc_sleep_on(&xprt->pending, task, action);
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/tipc/
H A Dbcast.c712 void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action) argument
722 if (action)
/net/atm/
H A Dmpc.c74 int action);
1387 * purge egress cache and tell daemon to 'action' (DIE, RELOAD)
1389 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) argument
1407 msg->type = action;
/net/iucv/
H A Diucv.c661 unsigned long action, void *hcpu)
666 switch (action) {
1740 * iucv_external_interrupt, calls the appropriate action handler
1784 * created by iucv_external_interrupt, calls the appropriate action
660 iucv_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/net/sctp/
H A Dsm_statefuns.c206 * and take no further action. An endpoint MUST ignore the
1344 * handling action.
1348 * Returns value representing action to be taken. These action values
1693 /* Unexpected COOKIE-ECHO handler for peer restart (Table 2, action 'A')
1805 /* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'B')
1875 /* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'C')
1898 /* Unexpected COOKIE-ECHO handler lost chunk (Table 2, action 'D')
2012 char action; local
2067 action
[all...]
/net/bluetooth/
H A Dmgmt.c5218 bdaddr_t *bdaddr, u8 type, u8 action)
5224 ev.action = action;
5244 if (cp->action != 0x00 && cp->action != 0x01 && cp->action != 0x02)
5252 /* Only incoming connections action is supported for now */
5253 if (cp->action != 0x01) {
5275 if (cp->action == 0x02)
5277 else if (cp->action
5217 device_added(struct sock *sk, struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type, u8 action) argument
[all...]
/net/ipv6/
H A Daddrconf.c916 CLEANUP_PREFIX_RT_NOP, /* no cleanup action for prefix route */
945 enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_DEL; local
958 action = CLEANUP_PREFIX_RT_EXPIRE;
973 return action;
1002 enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_NOP; local
1031 action = check_cleanup_prefix_route(ifp, &expires);
1044 if (action != CLEANUP_PREFIX_RT_NOP) {
1046 action == CLEANUP_PREFIX_RT_DEL);
3363 } action = DAD_PROCESS; local
3369 action
3931 enum cleanup_prefix_rt_t action; local
[all...]

Completed in 808 milliseconds