Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_cgroup.c64 tcf_exts_put_net(&head->exts); in __cls_cgroup_destroy()
H A Dcls_basic.c93 tcf_exts_put_net(&f->exts); in __basic_delete_filter()
H A Dcls_matchall.c53 tcf_exts_put_net(&head->exts); in __mall_destroy()
H A Dcls_fw.c118 tcf_exts_put_net(&f->exts); in __fw_delete_filter()
H A Dcls_route.c258 tcf_exts_put_net(&f->exts); in __route4_delete_filter()
H A Dcls_bpf.c272 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog()
H A Dcls_flow.c376 tcf_exts_put_net(&f->exts); in __flow_destroy_filter()
H A Dcls_u32.c415 tcf_exts_put_net(&n->exts); in u32_destroy_key()
H A Dcls_flower.c425 tcf_exts_put_net(&f->exts); in __fl_destroy_filter()
/openbmc/linux/include/net/
H A Dpkt_cls.h256 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net() function