Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_cgroup.c64 tcf_exts_put_net(&head->exts); in __cls_cgroup_destroy()
Dcls_tcindex.c142 tcf_exts_put_net(&r->exts); in __tcindex_destroy_rexts()
160 tcf_exts_put_net(&f->result.exts); in __tcindex_destroy_fexts()
Dcls_matchall.c48 tcf_exts_put_net(&head->exts); in __mall_destroy()
Dcls_basic.c91 tcf_exts_put_net(&f->exts); in __basic_delete_filter()
Dcls_fw.c128 tcf_exts_put_net(&f->exts); in __fw_delete_filter()
Dcls_route.c260 tcf_exts_put_net(&f->exts); in __route4_delete_filter()
Dcls_bpf.c269 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog()
Dcls_flow.c377 tcf_exts_put_net(&f->exts); in __flow_destroy_filter()
Dcls_rsvp.h288 tcf_exts_put_net(&f->exts); in __rsvp_delete_filter()
Dcls_u32.c413 tcf_exts_put_net(&n->exts); in u32_destroy_key()
Dcls_flower.c268 tcf_exts_put_net(&f->exts); in __fl_destroy_filter()
/Linux-v4.19/include/net/
Dpkt_cls.h293 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net() function