Searched refs:act (Results 1 – 16 of 16) sorted by relevance
/net/sched/ |
D | act_api.c | 269 int tcf_register_action(struct tc_action_ops *act) in tcf_register_action() argument 275 if (act->type == a->type || (strcmp(act->kind, a->kind) == 0)) { in tcf_register_action() 280 act->next = NULL; in tcf_register_action() 281 *ap = act; in tcf_register_action() 287 int tcf_unregister_action(struct tc_action_ops *act) in tcf_unregister_action() argument 294 if (a == act) in tcf_unregister_action() 371 int tcf_action_exec(struct sk_buff *skb, const struct tc_action *act, in tcf_action_exec() argument 382 while ((a = act) != NULL) { in tcf_action_exec() 384 if (a->ops && a->ops->act) { in tcf_action_exec() 385 ret = a->ops->act(skb, a, res); in tcf_action_exec() [all …]
|
D | cls_api.c | 519 struct tc_action *act; in tcf_exts_validate() local 522 act = tcf_action_init_1(net, tb[map->police], rate_tlv, in tcf_exts_validate() 525 if (IS_ERR(act)) in tcf_exts_validate() 526 return PTR_ERR(act); in tcf_exts_validate() 528 act->type = TCA_OLD_COMPAT; in tcf_exts_validate() 529 exts->action = act; in tcf_exts_validate() 531 act = tcf_action_init(net, tb[map->action], rate_tlv, in tcf_exts_validate() 534 if (IS_ERR(act)) in tcf_exts_validate() 535 return PTR_ERR(act); in tcf_exts_validate() 537 exts->action = act; in tcf_exts_validate() [all …]
|
D | act_ipt.c | 298 .act = tcf_ipt, 312 .act = tcf_ipt,
|
D | act_simple.c | 200 .act = tcf_simp,
|
D | act_gact.c | 206 .act = tcf_gact,
|
D | act_skbedit.c | 202 .act = tcf_skbedit,
|
D | act_mirred.c | 271 .act = tcf_mirred,
|
D | act_pedit.c | 243 .act = tcf_pedit,
|
D | act_nat.c | 308 .act = tcf_nat,
|
D | act_police.c | 407 .act = tcf_act_police,
|
D | act_csum.c | 585 .act = tcf_csum,
|
/net/ax25/ |
D | Kconfig | 58 If you say Y here, your Linux box will act as a DAMA slave; this is 60 configuration. Linux cannot yet act as a DAMA server. This option 73 If you say Y here, your Linux box will act as a DAMA master; this is 75 configuration. Linux cannot yet act as a DAMA server. This option
|
/net/atm/ |
D | Kconfig | 46 LANE client can also act as an proxy client bridging packets between 63 This device will act like an ethernet from the kernels point of view,
|
/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 27 #define IFTHEN(cond, act) if(cond){act;} argument 35 #define IFTHEN(cond, act) argument
|
/net/bridge/ |
D | Kconfig | 11 If you say Y here, then your Linux box will be able to act as an
|
/net/ipv4/ |
D | Kconfig | 29 Note that your box can only act as a router if you enable IP 222 This is used if you want your machine to act as a router for IP
|