| H A D | act_ipt.c | 96 struct nlattr *est, struct tc_action **a, in __tcf_ipt_init() argument 146 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init() 204 struct nlattr *est, struct tc_action **a, int ovr, in tcf_ipt_init() argument 208 return __tcf_ipt_init(net, ipt_net_id, nla, est, a, &act_ipt_ops, ovr, in tcf_ipt_init() 213 struct nlattr *est, struct tc_action **a, int ovr, in tcf_xt_init() argument 217 return __tcf_ipt_init(net, xt_net_id, nla, est, a, &act_xt_ops, ovr, in tcf_xt_init()
|