Home
last modified time | relevance | path

Searched full:classifier (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.h3 * RSS and Classifier definitions for Marvell PPv2 Network Controller
16 /* Classifier constants */
22 /* Classifier flow constants */
79 /* Classifier C2 engine constants */
140 /* Classifier C2 engine entries */
222 /* Iterate on each classifier flow id. Sets 'i' to be the index of the first
234 /* Iterate on each classifier flow that has a given flow_type. Sets 'i' to be
H A Dmvpp2_debugfs.c45 /* Entries for Classifier C2 engine debug info */
48 /* Entries for Classifier Flow Table debug info */
51 /* Entries for Classifier flows debug info */
644 cls_dir = debugfs_create_dir("classifier", parent); in mvpp2_dbgfs_cls_init()
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/
H A Dvariable_length_opaque.j23 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ classifier }}{{ name }} *ptr);
4 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} value);
H A Dfixed_length_opaque.j23 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ classifier }}{{ name }} *ptr);
4 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} value);
H A Dvariable_length_array.j23 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ classifier }}{{ name }} *ptr);
4 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} value);
H A Dfixed_length_array.j23 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ classifier }}{{ name }} *ptr);
4 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} value);
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h67 * Packet Classifier table, and unpack it into the fields of rec.
76 * specified row of the Egress Packet Classifier table.
157 * Pre-MACSec Packet Classifier table, and unpack it into the fields of rec.
166 * specified row of the Ingress Pre-MACSec Packet Classifier table.
229 * Post-MACSec Packet Classifier table, and unpack it into the
239 * specified row of the Ingress Post-MACSec Packet Classifier table.
H A Dmacsec_struct.h43 * Classifier table.
351 * Packet Classifier table.
578 * MACSec Packet Classifier table.
748 * in the Egress Packet Classifier table.
764 * the Egress Packet Classifier table has action=drop.
843 * Packet Classifier table.
848 * Packet Classifier table.
877 * that passed the Ingress Post-MACSec Packet Classifier table
882 * service that passed the Ingress Post-MACSec Packet Classifier
887 * that failed the Ingress Post-MACSec Packet Classifier table
[all …]
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
H A Dbasic.j212 xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} *value)
14 xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ classifier }}{{ name }} value)
/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_module_order.c8 SEC("classifier")
19 SEC("classifier")
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
H A Dfixed_length_array.j211 xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ classifier }}{{ name }} *ptr)
17 {%- if classifier == '' %}
/linux/include/net/
H A Dnsh.h37 * SF/SFF/SFC Proxy/Classifier implementations that do not support SFC
117 * Path selection. The initial classifier MUST set the appropriate SPI
121 * classifier for a given SFP SHOULD set the SI to 255, however the
127 * NSH. The initial Classifier MUST send the packet to the first SFF in
130 * (re)classifier is, in effect, the initial classifier for the
H A Dcls_cgroup.h3 * cls_cgroup.h Control Group Classifier
57 /* Due to the nature of the classifier it is required to ignore all in task_get_classid()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_cls.rst2 Network classifier cgroup
5 The Network classifier cgroup provides an interface to
/linux/net/sched/
H A DKconfig348 tristate "Ingress/classifier-action Qdisc"
516 tristate "Flow classifier"
527 tristate "Control Group Classifier"
539 tristate "BPF-based classifier"
549 tristate "Flower classifier"
559 tristate "Match-all classifier"
576 a separate classifier for.
876 "Distributing Linux Traffic Control Classifier-Action Subsystem"
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh61 local classifier=$3
76 $classifier $tcflags $classifier_args \
86 $classifier
89 log_test "mirred egress $classifier $action ($tcflags)"
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h301 /* Cgroup classifier */
313 /* BPF classifier */
335 /* Flower classifier */
474 /* Match-all classifier */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c35 if (CHECK(!skel_pkt, "setup", "classifier/test_pkt_md_access open failed\n")) in test_trace_ext()
39 if (CHECK(err, "setup", "classifier/test_pkt_md_access attach failed: %d\n", err)) in test_trace_ext()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h216 * @flow: TC flower classifier offload structure.
234 * @flow: TC flower classifier offload structure.
284 * @flow: TC flower classifier offload structure.
/linux/include/uapi/linux/
H A Dpkt_cls.h387 /* Cgroup classifier */
399 /* BPF classifier */
421 /* Flower classifier */
703 /* Match-all classifier */
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig88 bool "MLX5 TC classifier action support"
92 mlx5 ConnectX offloads support for TC classifier action (NET_CLS_ACT),
/linux/tools/net/sunrpc/xdrgen/templates/C/union/definition/
H A Dcase_spec.j22 {{ classifier }}{{ type }} {{ name }};
H A Ddefault_spec.j22 {{ classifier }}{{ type }} {{ name }};
H A Dswitch_spec.j22 {{ classifier }}{{ type }} {{ name }};
/linux/tools/net/sunrpc/xdrgen/templates/C/struct/definition/
H A Dbasic.j25 {{ classifier }}{{ type }} {{ name }};

12345