Home
last modified time | relevance | path

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

/net/sched/
Dact_ife.c296 struct tcf_ife_info *ife, u32 metaid, void *metaval, in __add_metainfo() argument
317 spin_lock_bh(&ife->tcf_lock); in __add_metainfo()
318 list_add_tail(&mi->metalist, &ife->metalist); in __add_metainfo()
320 spin_unlock_bh(&ife->tcf_lock); in __add_metainfo()
326 struct tcf_ife_info *ife, u32 metaid, in add_metainfo_and_get_ops() argument
333 ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists); in add_metainfo_and_get_ops()
339 static int add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, in add_metainfo() argument
347 ret = __add_metainfo(ops, ife, metaid, metaval, len, false, exists); in add_metainfo()
354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata() argument
362 rc = add_metainfo_and_get_ops(o, ife, o->metaid, exists); in use_all_metadata()
[all …]
/net/ife/
DMakefile6 obj-$(CONFIG_NET_IFE) += ife.o
DKconfig17 be called ife.
/net/
DMakefile75 obj-$(CONFIG_NET_IFE) += ife/
DKconfig393 source "net/ife/Kconfig"