| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 538 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() 553 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth() 579 __be32 exact, mask; in nfp_fl_set_ip4() local 583 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4() 585 if (exact & ~mask) { in nfp_fl_set_ip4() 594 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4() 602 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4() 609 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-statistics | 23 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 141 device. See the network driver for the exact meaning of this [all …]
|
| H A D | sysfs-bus-iio-magnetometer-hmc5843 | 19 according to the device. For exact documentation
|
| H A D | sysfs-class-led-trigger-pattern | 12 The exact format is described in:
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-dpipe.rst | 184 match: { meta.vr_id: exact, 187 meta.lpm_prefix: exact }, 198 router interface (RIF), yet the exact MAC address is not known. The local 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, [all …]
|
| /linux/crypto/ |
| H A D | crypto_user.c | 35 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 D | api.c | 66 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/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | t4vf_hw.c | 1541 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() 1626 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_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() 1643 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt() 1655 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt() [all …]
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_rst_invalid.pkt | 37 // in-window but not exact match 51 // exact next sequence
|
| /linux/drivers/net/phy/ |
| H A D | phy_caps.c | 211 bool exact) in phy_caps_lookup() argument 221 } else if (!exact) { in phy_caps_lookup() 231 if (!match && !exact) in phy_caps_lookup()
|
| H A D | phy-caps.h | 63 bool exact);
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-uvc.rst | 18 exact copies of the standard part of UVC Payload Header contents and auxiliary 46 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
|
| /linux/drivers/soc/vt8500/ |
| H A D | Kconfig | 14 which helps identify the exact hardware revision of the SoC the kernel
|
| /linux/arch/sh/drivers/ |
| H A D | Kconfig | 10 Use the power-on LED on your machine as a load meter. The exact
|
| /linux/scripts/genksyms/ |
| H A D | genksyms.h | 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| /linux/drivers/net/wireguard/ |
| H A D | allowedips.c | 155 bool exact = false; in node_placement() local 160 exact = true; in node_placement() 166 return exact; in node_placement()
|
| /linux/fs/ubifs/ |
| H A D | tnc.c | 1209 int err, exact; in ubifs_lookup_level0() local 1228 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0() 1250 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0() 1251 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0() 1252 return exact; in ubifs_lookup_level0() 1345 int err, exact; in lookup_level0_dirty() local 1367 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty() 1394 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty() 1395 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in lookup_level0_dirty() 1396 return exact; in lookup_level0_dirty() [all …]
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | lirc-set-rec-timeout.rst | 42 and data should be reported as soon as possible. If the exact value
|
| H A D | rc-protos.rst | 356 The scancode is the exact 16 bits as in the protocol. There is also a 364 The scancode is the exact 20 bits 372 The scancode is the exact 24 bits
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | hns3-pmu.rst | 124 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
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | machinecheck.rst | 12 a hardware subsystem) and subevents in a bank. The exact meaning
|
| /linux/fs/gfs2/ |
| H A D | rgrp.h | 27 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
|
| /linux/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 11 - ``type`` is an exact match, e.g. ``SEC("socket")`` 12 - ``type+`` means it can be either exact ``SEC("type")`` or well-formed ``SEC("type/extras")``
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | gianfar.rst | 35 filtering. On the eTSEC, the exact-match MAC registers are used
|
| /linux/Documentation/networking/ |
| H A D | openvswitch.rst | 82 The <linux/openvswitch.h> header file defines the exact format of the 104 A wildcarded flow can represent a group of exact match flows. Each '1' bit 105 in the mask specifies a exact match with the corresponding bit in the flow key. 111 space program. The kernel can ignore the mask attribute, installing an exact
|