Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 251) sorted by relevance

1234567891011

/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c538 u32 exact, mask; in nfp_fl_set_eth() local
546 exact = act->mangle.val; in nfp_fl_set_eth()
548 if (exact & ~mask) { in nfp_fl_set_eth()
579 __be32 exact, mask; in nfp_fl_set_ip4() local
585 if (exact & ~mask) { in nfp_fl_set_ip4()
656 ip6->ipv6[word].exact |= exact & mask; in nfp_fl_set_ip6_helper()
718 __be32 exact, mask; in nfp_fl_set_ip6() local
726 if (exact & ~mask) { in nfp_fl_set_ip6()
756 u32 exact, mask; in nfp_fl_set_tport() local
764 exact = act->mangle.val; in nfp_fl_set_tport()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics23 See the network driver for the exact meaning of when this
51 packet processing. See the network driver for the exact
60 See the network driver for the exact meaning of this value.
68 network device. See the network driver for the exact
79 the exact meaning of this value.
88 exact meaning of this value.
97 driver for the exact meaning of this value.
114 (e.g: larger than MTU). See the network driver for the exact
132 a medium collision). See the network driver for the exact
153 network driver for the exact meaning of this value.
[all …]
H A Dsysfs-bus-iio-magnetometer-hmc584319 according to the device. For exact documentation
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst184 match: { meta.vr_id: exact,
187 meta.lpm_prefix: exact },
207 match: { meta.rif_port: exact,
208 ipv4.dst_addr: exact},
226 match: { meta.adj_index: exact,
227 meta.adj_group_size: exact,
228 meta.packet_hash_index: exact },
246 match: { meta.rif_port: exact,
247 meta.is_l3_unicast: exact,
248 meta.is_l3_broadcast: exact,
[all …]
/linux-6.15/crypto/
H A Dcrypto_user.c35 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument
53 else if (!exact) in crypto_alg_match()
320 int exact = 0; in crypto_add_alg() local
333 exact = 1; in crypto_add_alg()
335 if (priority && !exact) in crypto_add_alg()
338 alg = crypto_alg_match(p, exact); in crypto_add_alg()
H A Dapi.c66 int exact, fuzzy; in __crypto_alg_lookup() local
74 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
76 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
87 if (exact) in __crypto_alg_lookup()
/linux-6.15/drivers/net/phy/
H A Dphy_caps.c196 bool exact) in phy_caps_lookup() argument
206 } else if (!exact) { in phy_caps_lookup()
213 if (!exact) in phy_caps_lookup()
H A Dphy-caps.h61 bool exact);
/linux-6.15/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_rst_invalid.pkt37 // in-window but not exact match
51 // exact next sequence
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1541 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt()
1543 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt()
1545 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt()
1559 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1572 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1695 struct fw_vi_mac_exact *p = &cmd.u.exact[0]; in t4vf_change_mac()
1697 u.exact[1]), 16); in t4vf_change_mac()
1719 p = &rpl.u.exact[0]; in t4vf_change_mac()
[all …]
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst17 exact copies of the standard part of UVC Payload Header contents and auxiliary
45 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
/linux-6.15/fs/bcachefs/
H A Dbkey.c478 bool exact = true; in bch2_bkey_pack_pos_lossy() local
495 exact = false; in bch2_bkey_pack_pos_lossy()
504 exact = false; in bch2_bkey_pack_pos_lossy()
514 exact = false; in bch2_bkey_pack_pos_lossy()
519 exact = false; in bch2_bkey_pack_pos_lossy()
523 exact = false; in bch2_bkey_pack_pos_lossy()
531 if (exact) { in bch2_bkey_pack_pos_lossy()
543 return exact ? BKEY_PACK_POS_EXACT : BKEY_PACK_POS_SMALLER; in bch2_bkey_pack_pos_lossy()
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
H A Dintel,ixp4xx-interrupt.yaml16 The exact number of interrupts is determined from the compatible
/linux-6.15/arch/sh/drivers/
H A DKconfig10 Use the power-on LED on your machine as a load meter. The exact
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dpwm-clock.yaml20 description: Exact output frequency, in case the PWM period is not exact
/linux-6.15/scripts/genksyms/
H A Dgenksyms.h56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/linux-6.15/drivers/net/wireguard/
H A Dallowedips.c155 bool exact = false; in node_placement() local
160 exact = true; in node_placement()
166 return exact; in node_placement()
/linux-6.15/Documentation/devicetree/bindings/timestamp/
H A Dhte-consumer.yaml20 line identifier and exact number of arguments must be specified in the
/linux-6.15/Documentation/userspace-api/media/rc/
H A Dlirc-set-rec-timeout.rst42 and data should be reported as soon as possible. If the exact value
/linux-6.15/fs/gfs2/
H A Drgrp.h27 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dsamsung,s6d7aa0.yaml41 Main power supply for the panel; the exact voltage differs between
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst12 a hardware subsystem) and subevents in a bank. The exact meaning
/linux-6.15/fs/ubifs/
H A Dtnc.c1210 int err, exact; in ubifs_lookup_level0() local
1229 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1251 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1252 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1253 return exact; in ubifs_lookup_level0()
1346 int err, exact; in lookup_level0_dirty() local
1368 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty()
1395 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty()
1397 return exact; in lookup_level0_dirty()
1922 struct ubifs_znode **zn, int *n, int exact) in search_dh_cookie() argument
[all …]
/linux-6.15/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst124 is BDF of PF/VF, the "queue" filter option must be set to the exact queue
132 id is BDF of PF/VF, the "intr" filter option must be set to the exact

1234567891011