Searched refs:h1 (Results 176 - 200 of 204) sorted by relevance

123456789

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh247 ip link set $h1 up
315 h1=${NETIFS[p1]}
323 ip link set $h1 down
H A Ddevlink_trap_tunnel_ipip6.sh10 # | $h1 + |
47 simple_if_init $h1 2001:db8:1::1/64
52 simple_if_fini $h1 2001:db8:1::1/64
96 h1=${NETIFS[p1]}
H A Dmirror_gre.sh73 h1=${NETIFS[p1]}
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_changes.sh27 h1=${NETIFS[p1]}
80 mirror_test v$h1 192.0.2.1 192.0.2.2 $h3 77 0
84 mirror_test v$h1 192.0.2.1 192.0.2.2 $h3 77 10
H A Dvxlan_asymmetric_ipv6.sh5 # | vrf-h1 | | vrf-h2 |
6 # | + $h1 | | + $h2 |
87 # | | | vrf-h1 | | | vrf-h2 | |
140 hx_create "vrf-h1" $h1 2001:db8:1::1 2001:db8:1::3
145 hx_destroy "vrf-h1" $h1 2001:db8:1::1 2001:db8:1::3
300 hx_create "vrf-h1" w2 2001:db8:1::4 2001:db8:1::3
420 local h1_mac=$(mac_get $h1)
431 h1
[all...]
H A Dbridge_mdb_max.sh6 # | + $h1.10 | | + $h2.10 |
10 # | | + $h1.20 | | | + $h2.20 |
14 # | + $h1 | | + $h2 |
39 simple_if_init $h1
40 vlan_create $h1 10 v$h1 192.0.2.1/28 2001:db8:1::1/64
41 vlan_create $h1 20 v$h1 198.51.100.1/24 2001:db8:2::1/64
46 vlan_destroy $h1 20
47 vlan_destroy $h1 1
[all...]
H A Dmirror_gre_nh.sh23 h1=${NETIFS[p1]}
H A Dvxlan_symmetric.sh5 # | vrf-h1 | | vrf-h2 |
6 # | + $h1 | | + $h2 |
101 # | | | vrf-h1 | | | vrf-h2 | |
150 hx_create "vrf-h1" $h1 10.1.1.101 10.1.1.1
155 hx_destroy "vrf-h1" $h1 10.1.1.101 10.1.1.1
332 hx_create "vrf-h1" w2 10.1.1.102 10.1.1.1
468 local h1_mac=$(mac_get $h1)
505 h1
[all...]
H A Dvxlan_symmetric_ipv6.sh6 # | vrf-h1 | | vrf-h2 |
7 # | + $h1 | | + $h2 |
102 # | | | vrf-h1 | | | vrf-h2 | |
152 hx_create "vrf-h1" $h1 2001:db8:1::1 2001:db8:1::3
157 hx_destroy "vrf-h1" $h1 2001:db8:1::1 2001:db8:1::3
333 hx_create "vrf-h1" w2 2001:db8:1::4 2001:db8:1::3
465 local h1_mac=$(mac_get $h1)
506 h1
[all...]
H A Dmirror_gre_vlan_bridge_1q.sh9 # | + $h1 | | $h2 + |
77 h1=${NETIFS[p1]}
/linux-master/drivers/md/
H A Ddm.h244 sector_t h1 = (block * DM_HASH_LOCKS_MULT) >> DM_HASH_LOCKS_SHIFT; local
245 sector_t h2 = h1 >> DM_HASH_LOCKS_SHIFT;
247 return (h1 ^ h2) & (num_locks - 1);
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl180 my ($h0,$h1,$h2)=("%r14","%rbx","%r10");
196 mulq $h1 # h1*r0
201 mulq $h1 # h1*s1
202 mov $h2,$h1 # borrow $h1
206 imulq $s1,$h1 # h2*s1
207 add $h1,$d2
208 mov $d1,$h1
[all...]
/linux-master/drivers/mtd/
H A Dinftlmount.c33 struct inftl_unittail h1; local
90 8, &retlen,(char *)&h1);
533 struct inftl_unittail h1; local
586 (char *)&h1) < 0) {
594 erase_mark = le16_to_cpu((h1.EraseMark | h1.EraseMark1));
/linux-master/include/linux/
H A Dif_vlan.h798 * @h1: Pointer to vlan header
803 * Please note that alignment of h1 & h2 are only guaranteed to be 16 bits.
805 static inline unsigned long compare_vlan_header(const struct vlan_hdr *h1, argument
809 return *(u32 *)h1 ^ *(u32 *)h2;
811 return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) |
812 ((__force u32)h1->h_vlan_encapsulated_proto ^
H A Dvmw_vmci_defs.h201 static inline bool vmci_handle_is_equal(struct vmci_handle h1, argument
204 return h1.context == h2.context && h1.resource == h2.resource;
/linux-master/drivers/s390/net/
H A Dqeth_core.h344 static inline bool qeth_l2_same_vlan(struct qeth_hdr_layer2 *h1, argument
347 return !((h1->flags[2] ^ h2->flags[2]) & QETH_LAYER2_FLAG_VLAN) &&
348 h1->vlan_id == h2->vlan_id;
351 static inline bool qeth_l3_iqd_same_vlan(struct qeth_hdr_layer3 *h1, argument
354 return !((h1->ext_flags ^ h2->ext_flags) & QETH_HDR_EXT_VLAN_FRAME) &&
355 h1->vlan_id == h2->vlan_id;
358 static inline bool qeth_l3_same_next_hop(struct qeth_hdr_layer3 *h1, argument
361 return !((h1->flags ^ h2->flags) & QETH_HDR_IPV6) &&
362 ipv6_addr_equal(&h1->next_hop.addr, &h2->next_hop.addr);
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh7 # h1
95 setup_ns h0 r1 h1 h2 h3
97 h[1]=$h1
125 # routing from ${h[0]} to h1-h3 and back
255 # generate different exceptions in h0 for h1, h2 and h3
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c155 uint32_t h1 = 0; local
162 h1 = get_reg_field_value(
184 if (h1 == h2 && v1 == v2)
/linux-master/net/packet/
H A Daf_packet.c167 struct tpacket_hdr *h1; member in union:tpacket_uhdr
409 WRITE_ONCE(h.h1->tp_status, status);
410 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
439 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
440 return READ_ONCE(h.h1->tp_status);
491 h.h1->tp_sec = ts.tv_sec;
492 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
508 flush_dcache_page(pgv_to_page(&h.h1->tp_sec));
804 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; local
815 h1
855 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; local
[all...]
/linux-master/arch/mips/boot/
H A Delf2ecoff.c122 const Elf32_Phdr *h1 = v1; local
125 if (h1->p_vaddr > h2->p_vaddr)
127 else if (h1->p_vaddr < h2->p_vaddr)
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c129 static void nf_conntrack_double_unlock(unsigned int h1, unsigned int h2) argument
131 h1 %= CONNTRACK_LOCKS;
133 spin_unlock(&nf_conntrack_locks[h1]);
134 if (h1 != h2)
139 static bool nf_conntrack_double_lock(struct net *net, unsigned int h1, argument
142 h1 %= CONNTRACK_LOCKS;
144 if (h1 <= h2) {
145 nf_conntrack_lock(&nf_conntrack_locks[h1]);
146 if (h1 != h2)
151 spin_lock_nested(&nf_conntrack_locks[h1],
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c471 u32 cfg, h1, h2, v1, v2; local
474 h1 = buf->rect.x;
482 DRM_DEV_DEBUG_KMS(ctx->dev, "h1[%d]h2[%d]v1[%d]v2[%d]\n", h1, h2, v1,
492 cfg |= (EXYNOS_CIWDOFST_WINHOROFST(h1) |
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c116 unsigned int keylen, unsigned char *h1,
159 paramdigest, TPM_NONCE_SIZE, h1,
115 TSS_authhmac(unsigned char *digest, const unsigned char *key, unsigned int keylen, unsigned char *h1, unsigned char *h2, unsigned int h3, ...) argument
/linux-master/net/ipv6/
H A Dip6_gre.c122 unsigned int h1 = HASH_KEY(key); local
132 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) {
157 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) {
181 for_each_ip_tunnel_rcu(t, ign->tunnels_l[h1]) {
207 for_each_ip_tunnel_rcu(t, ign->tunnels_wc[h1]) {
H A Dsit.c102 unsigned int h1 = HASH(local); local
107 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) {
122 for_each_ip_tunnel_rcu(t, sitn->tunnels_l[h1]) {

Completed in 265 milliseconds

123456789