Home
last modified time | relevance | path

Searched refs:tcf_exts_get_net (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/sched/
Dcls_basic.c114 if (tcf_exts_get_net(&f->exts)) in basic_destroy()
132 tcf_exts_get_net(&f->exts); in basic_delete()
226 tcf_exts_get_net(&fold->exts); in basic_change()
Dcls_cgroup.c123 tcf_exts_get_net(&head->exts); in cls_cgroup_change()
140 if (tcf_exts_get_net(&head->exts)) in cls_cgroup_destroy()
Dcls_fw.c156 if (tcf_exts_get_net(&f->exts)) in fw_destroy()
185 tcf_exts_get_net(&f->exts); in fw_delete()
308 tcf_exts_get_net(&f->exts); in fw_change()
Dcls_route.c301 if (tcf_exts_get_net(&f->exts)) in route4_destroy()
346 tcf_exts_get_net(&f->exts); in route4_delete()
551 tcf_exts_get_net(&fold->exts); in route4_change()
Dcls_flow.c555 tcf_exts_get_net(&fold->exts); in flow_change()
575 tcf_exts_get_net(&f->exts); in flow_delete()
600 if (tcf_exts_get_net(&f->exts)) in flow_destroy()
Dcls_tcindex.c209 if (tcf_exts_get_net(&f->result.exts)) in tcindex_delete()
214 if (tcf_exts_get_net(&r->exts)) in tcindex_delete()
Dcls_bpf.c294 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete()
518 tcf_exts_get_net(&oldprog->exts); in cls_bpf_change()
Dcls_matchall.c121 if (tcf_exts_get_net(&head->exts)) in mall_destroy()
Dcls_u32.c478 tcf_exts_get_net(&key->exts); in u32_delete_key()
599 if (tcf_exts_get_net(&n->exts)) in u32_clear_hnode()
983 tcf_exts_get_net(&n->exts); in u32_change()
Dcls_rsvp.h309 if (tcf_exts_get_net(&f->exts)) in rsvp_delete_filter()
Dcls_flower.c350 bool async = tcf_exts_get_net(&f->exts); in __fl_delete()
1265 tcf_exts_get_net(&fold->exts); in fl_change()
/Linux-v4.19/include/net/
Dpkt_cls.h283 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() function