Home
last modified time | relevance | path

Searched refs:tcf_proto_update_usesw (Results 1 – 5 of 5) sorted by relevance

/linux/net/sched/
H A Dcls_matchall.c231 tcf_proto_update_usesw(tp, new->flags); in mall_change()
H A Dcls_u32.c956 tcf_proto_update_usesw(tp, new->flags); in u32_change()
1171 tcf_proto_update_usesw(tp, n->flags); in u32_change()
H A Dcls_bpf.c510 tcf_proto_update_usesw(tp, prog->gen_flags); in cls_bpf_change()
H A Dcls_flower.c2502 tcf_proto_update_usesw(tp, fnew->flags); in fl_change()
/linux/include/net/
H A Dpkt_cls.h765 static inline void tcf_proto_update_usesw(struct tcf_proto *tp, u32 flags) in tcf_proto_update_usesw() function