Home
last modified time | relevance | path

Searched full:wildcarded (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/networking/
H A Dopenvswitch.rst97 Wildcarded flow key format
100 A wildcarded flow is described with two sequences of Netlink attributes
104 A wildcarded flow can represent a group of exact match flows. Each '1' bit
107 of a incoming packet. Using wildcarded flow can improve the flow set up rate
130 The behavior when using overlapping wildcarded flows is undefined. It is the
132 can match at most one flow, wildcarded or not. The current implementation
133 performs best-effort detection of overlapping wildcarded flows and may reject
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1342 u16 zone, bool wildcarded) in get_nfp_zone_entry() argument
1347 if (wildcarded && priv->ct_zone_wc) in get_nfp_zone_entry()
1350 if (!wildcarded) { in get_nfp_zone_entry()
1380 if (wildcarded) { in get_nfp_zone_entry()
1890 bool wildcarded = false; in nfp_fl_ct_handle_post_ct() local
1914 wildcarded = true; in nfp_fl_ct_handle_post_ct()
1917 "unsupported offload: partially wildcarded ct_zone is not supported"); in nfp_fl_ct_handle_post_ct()
1921 zt = get_nfp_zone_entry(priv, ct.key->ct_zone, wildcarded); in nfp_fl_ct_handle_post_ct()
1940 if (wildcarded) { in nfp_fl_ct_handle_post_ct()
H A Dmain.h295 * @ct_zone_wc: Special zone entry for wildcarded zone matches
H A Doffload.c329 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: wildcarded protocols on tunnels are not supported… in nfp_flower_calculate_key_layers()
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh480 # Add forwarding for ARP and ip packets - completely wildcarded
546 # Add forwarding for ARP and ip packets - completely wildcarded
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c565 /* VLAN priority must be either exactly zero or fully wildcarded and in is_vlan_tci_allowed()
703 /* If all IP and L4 fields are wildcarded then this is an L2 flow */ in bnxt_hwrm_cfa_flow_alloc()
1345 /* decap smac is wildcarded */ in bnxt_tc_get_decap_handle()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c394 /* Collect all port keysets and apply the first of them, possibly wildcarded */
469 /* Set the chosen keyset on the rule and set a wildcarded type if there in sparx5_tc_select_protocol_keyset()
/linux/net/openvswitch/
H A Dflow_netlink.c1762 * flow. Otherwise, it is treated as a wildcarded flow, except the mask
1770 * Netlink attribute specifies the mask field of the wildcarded flow.
2066 * be wildcarded. in __ovs_nla_put_key()
/linux/net/ipv4/
H A Dinet_hashtables.c414 * wildcarded during the search since they can never be otherwise.
/linux/include/linux/
H A Dnetdevice.h2971 struct net_device *dev; /* NULL is wildcarded here */