Home
last modified time | relevance | path

Searched refs:wildcarded (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/networking/
Dopenvswitch.rst100 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-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
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()
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()