Searched refs:tcf_action_init_1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 188 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | act_api.h | 213 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 592 * otherwise tcf_action_init_1() could get a partially initialized in tcf_register_action() 1000 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp, in tcf_action_init_1() function 1089 act = tcf_action_init_1(net, tp, tb[i], est, name, ovr, bind, in tcf_action_init()
|
H A D | cls_api.c | 3071 act = tcf_action_init_1(net, tp, tb[exts->police], in tcf_exts_validate()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 954 * otherwise tcf_action_init_1() could get a partially initialized in tcf_register_action() 1358 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp, in tcf_action_init_1() function 1459 act = tcf_action_init_1(net, tp, tb[i], est, ops[i - 1], in tcf_action_init()
|
H A D | cls_api.c | 3288 act = tcf_action_init_1(net, tp, tb[exts->police], in tcf_exts_validate_ex()
|
Completed in 16 milliseconds