Home
last modified time | relevance | path

Searched defs:exts (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Dpkt_cls.h268 static inline int tcf_exts_init(struct tcf_exts *exts, int action, int police) in tcf_exts_init()
288 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net()
298 static inline void tcf_exts_put_net(struct tcf_exts *exts) in tcf_exts_put_net()
307 #define tcf_exts_for_each_action(i, a, exts) \ argument
310 #define tcf_exts_for_each_action(i, a, exts) \ argument
315 tcf_exts_stats_update(const struct tcf_exts *exts, in tcf_exts_stats_update()
339 static inline bool tcf_exts_has_actions(struct tcf_exts *exts) in tcf_exts_has_actions()
354 static inline bool tcf_exts_has_one_action(struct tcf_exts *exts) in tcf_exts_has_one_action()
363 static inline struct tc_action *tcf_exts_first_action(struct tcf_exts *exts) in tcf_exts_first_action()
384 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec()
[all …]
/linux-4.19.296/fs/efs/
Dinode.c206 efs_extent ext, *exts; in efs_map_block() local