Searched defs:exts (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/net/sched/ |
H A D | cls_cgroup.c | 23 struct tcf_exts exts; member in struct:cls_cgroup_head
|
H A D | cls_api.c | 509 void tcf_exts_destroy(struct tcf_exts *exts) tcf_exts_destroy() argument 573 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump() argument 613 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump_stats() argument 518 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr) tcf_exts_validate() argument
|
H A D | cls_basic.c | 32 struct tcf_exts exts; member in struct:basic_filter
|
H A D | cls_bpf.c | 41 struct tcf_exts exts; member in struct:cls_bpf_prog 269 struct tcf_exts exts; cls_bpf_modify_existing() local
|
H A D | cls_fw.c | 47 struct tcf_exts exts; member in struct:fw_filter
|
H A D | cls_tcindex.c | 28 struct tcf_exts exts; member in struct:tcindex_filter_result
|
H A D | cls_flow.c | 42 struct tcf_exts exts; member in struct:flow_filter
|
H A D | cls_route.c | 56 struct tcf_exts exts; member in struct:route4_filter
|
H A D | cls_rsvp.h | 96 struct tcf_exts exts; member in struct:rsvp_filter
|
H A D | cls_u32.c | 51 struct tcf_exts exts; member in struct:tc_u_knode
|
/linux-4.1.27/fs/efs/ |
H A D | inode.c | 205 efs_extent ext, *exts; efs_map_block() local
|
/linux-4.1.27/net/openvswitch/ |
H A D | vport-vxlan.c | 53 u32 exts; /* VXLAN_F_* in <net/vxlan.h> */ member in struct:vxlan_port 101 struct nlattr *exts; vxlan_get_options() local 132 struct nlattr *exts[OVS_VXLAN_EXT_MAX+1]; vxlan_configure_exts() local
|
/linux-4.1.27/include/net/ |
H A D | pkt_cls.h | 71 static inline void tcf_exts_init(struct tcf_exts *exts, int action, int police) tcf_exts_init() argument 89 tcf_exts_is_predicative(struct tcf_exts *exts) tcf_exts_is_predicative() argument 105 tcf_exts_is_available(struct tcf_exts *exts) tcf_exts_is_available() argument 123 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, tcf_exts_exec() argument
|
Completed in 245 milliseconds