Searched refs:h2 (Results 151 - 175 of 181) sorted by relevance

12345678

/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric.sh5 # | vrf-h1 | | vrf-h2 |
6 # | + $h1 | | + $h2 |
87 # | | | vrf-h1 | | | vrf-h2 | |
150 hx_create "vrf-h2" $h2 10.1.2.101 10.1.2.1
155 hx_destroy "vrf-h2" $h2 10.1.2.101 10.1.2.1
307 hx_create "vrf-h2" w4 10.1.2.102 10.1.2.1
426 local h2_mac=$(mac_get $h2)
438 h2
[all...]
H A Dmirror_gre_nh.sh27 h2=${NETIFS[p4]}
H A Dbridge_mdb_max.sh6 # | + $h1.10 | | + $h2.10 |
10 # | | + $h1.20 | | | + $h2.20 |
14 # | + $h1 | | + $h2 |
53 simple_if_init $h2
54 vlan_create $h2 10 v$h2 192.0.2.2/28
55 vlan_create $h2 20 v$h2 198.51.100.2/24
60 vlan_destroy $h2 20
61 vlan_destroy $h2 1
[all...]
H A Dvxlan_bridge_1d.sh6 # | + $h1 | | + $h2 |
99 simple_if_init $h2 192.0.2.2/28
100 tc qdisc add dev $h2 clsact
105 tc qdisc del dev $h2 clsact
106 simple_if_fini $h2 192.0.2.2/28
259 h2=${NETIFS[p4]}
279 h2_mac=$(mac_get $h2)
389 local -a counters=($h2 "vx2 ns1" "vx2 ns2")
464 local -a targets=("$h2_mac $h2"
H A Dvxlan_bridge_1d_ipv6.sh6 # | + $h1 | | + $h2 |
103 simple_if_init $h2 192.0.2.2/28 2001:db8:1::2/64
104 tc qdisc add dev $h2 clsact
109 tc qdisc del dev $h2 clsact
110 simple_if_fini $h2 192.0.2.2/28 2001:db8:1::2/64
271 h2=${NETIFS[p4]}
291 h2_mac=$(mac_get $h2)
510 local -a counters=($h2 "vx2 ns1" "vx2 ns2")
585 local -a targets=("$h2_mac $h2"
H A Dtc_flower_l2_miss.sh6 # | + $h1 | | $h2 + |
41 simple_if_init $h2 192.0.2.2/28 2001:db8:1::2/64
46 simple_if_fini $h2 192.0.2.2/28 2001:db8:1::2/64
332 h2=${NETIFS[p4]}
H A Dtsn_lib.sh225 isochron_recv_start "${h2}" "${receiver_uds}" 5000 "${receiver_extra_args}"
H A Dvxlan_symmetric.sh5 # | vrf-h1 | | vrf-h2 |
6 # | + $h1 | | + $h2 |
101 # | | | vrf-h1 | | | vrf-h2 | |
160 hx_create "vrf-h2" $h2 10.1.2.101 10.1.2.1
165 hx_destroy "vrf-h2" $h2 10.1.2.101 10.1.2.1
338 hx_create "vrf-h2" w4 10.1.2.102 10.1.2.1
469 local h2_mac=$(mac_get $h2)
509 h2
[all...]
H A Dvxlan_symmetric_ipv6.sh6 # | vrf-h1 | | vrf-h2 |
7 # | + $h1 | | + $h2 |
102 # | | | vrf-h1 | | | vrf-h2 | |
162 hx_create "vrf-h2" $h2 2001:db8:2::1 2001:db8:2::3
167 hx_destroy "vrf-h2" $h2 2001:db8:2::1 2001:db8:2::3
339 hx_create "vrf-h2" w4 2001:db8:2::4 2001:db8:2::3
466 local h2_mac=$(mac_get $h2)
510 h2
[all...]
H A Dmirror_gre_vlan_bridge_1q.sh9 # | + $h1 | | $h2 + |
81 h2=${NETIFS[p4]}
/linux-master/include/linux/
H A Dif_vlan.h799 * @h2: Pointer to vlan header
803 * Please note that alignment of h1 & h2 are only guaranteed to be 16 bits.
806 const struct vlan_hdr *h2)
809 return *(u32 *)h1 ^ *(u32 *)h2;
811 return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) |
813 (__force u32)h2->h_vlan_encapsulated_proto);
805 compare_vlan_header(const struct vlan_hdr *h1, const struct vlan_hdr *h2) argument
H A Dvmw_vmci_defs.h202 struct vmci_handle h2)
204 return h1.context == h2.context && h1.resource == h2.resource;
201 vmci_handle_is_equal(struct vmci_handle h1, struct vmci_handle h2) argument
/linux-master/drivers/s390/net/
H A Dqeth_core.h345 struct qeth_hdr_layer2 *h2)
347 return !((h1->flags[2] ^ h2->flags[2]) & QETH_LAYER2_FLAG_VLAN) &&
348 h1->vlan_id == h2->vlan_id;
352 struct qeth_hdr_layer3 *h2)
354 return !((h1->ext_flags ^ h2->ext_flags) & QETH_HDR_EXT_VLAN_FRAME) &&
355 h1->vlan_id == h2->vlan_id;
359 struct qeth_hdr_layer3 *h2)
361 return !((h1->flags ^ h2->flags) & QETH_HDR_IPV6) &&
362 ipv6_addr_equal(&h1->next_hop.addr, &h2->next_hop.addr);
344 qeth_l2_same_vlan(struct qeth_hdr_layer2 *h1, struct qeth_hdr_layer2 *h2) argument
351 qeth_l3_iqd_same_vlan(struct qeth_hdr_layer3 *h1, struct qeth_hdr_layer3 *h2) argument
358 qeth_l3_same_next_hop(struct qeth_hdr_layer3 *h1, struct qeth_hdr_layer3 *h2) argument
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh9 # h0 - r1 - h2
95 setup_ns h0 r1 h1 h2 h3
98 h[2]=$h2
255 # generate different exceptions in h0 for h1, h2 and h3
/linux-master/scripts/dtc/include-prefixes/arm/allwinner/
H A DMakefile222 sun8i-h2-plus-bananapi-m2-zero.dtb \
223 sun8i-h2-plus-libretech-all-h3-cc.dtb \
224 sun8i-h2-plus-orangepi-r1.dtb \
225 sun8i-h2-plus-orangepi-zero.dtb \
284 sun8i-h2-plus-bananapi-m2-zero.dtb \
285 sun8i-h2-plus-libretech-all-h3-cc.dtb \
286 sun8i-h2-plus-orangepi-r1.dtb \
287 sun8i-h2-plus-orangepi-zero.dtb \
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile222 sun8i-h2-plus-bananapi-m2-zero.dtb \
223 sun8i-h2-plus-libretech-all-h3-cc.dtb \
224 sun8i-h2-plus-orangepi-r1.dtb \
225 sun8i-h2-plus-orangepi-zero.dtb \
284 sun8i-h2-plus-bananapi-m2-zero.dtb \
285 sun8i-h2-plus-libretech-all-h3-cc.dtb \
286 sun8i-h2-plus-orangepi-r1.dtb \
287 sun8i-h2-plus-orangepi-zero.dtb \
/linux-master/drivers/md/
H A Ddm.h246 sector_t h2 = h1 >> DM_HASH_LOCKS_SHIFT; local
248 return (h1 ^ h2) & (num_locks - 1);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh36 # | + $h2 |
111 simple_if_init $h2 198.51.100.1/24 2001:db8:2::1/64
113 ip -4 route add default vrf v$h2 nexthop via 198.51.100.2
114 ip -6 route add default vrf v$h2 nexthop via 2001:db8:2::2
119 ip -6 route del default vrf v$h2 nexthop via 2001:db8:2::2
120 ip -4 route del default vrf v$h2 nexthop via 198.51.100.2
122 simple_if_fini $h2 198.51.100.1/24 2001:db8:2::1/64
149 h2=${NETIFS[p4]}
H A Dtc_sample.sh28 # | + $h2 | | + $h4_lag |
75 simple_if_init $h2 198.51.100.1/28
77 ip -4 route add default vrf v$h2 nexthop via 198.51.100.2
82 ip -4 route del default vrf v$h2 nexthop via 198.51.100.2
84 simple_if_fini $h2 198.51.100.1/28
180 h2=${NETIFS[p4]}
H A Dmirror_gre.sh77 h2=${NETIFS[p4]}
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c156 uint32_t h2 = 0; local
174 h2 = get_reg_field_value(
184 if (h1 == h2 && v1 == v2)
/linux-master/net/packet/
H A Daf_packet.c168 struct tpacket2_hdr *h2; member in union:tpacket_uhdr
413 WRITE_ONCE(h.h2->tp_status, status);
414 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
442 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
443 return READ_ONCE(h.h2->tp_status);
495 h.h2->tp_sec = ts.tv_sec;
496 h.h2->tp_nsec = ts.tv_nsec;
2258 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h2)) != 32);
2421 h.h2->tp_len = skb->len;
2422 h.h2
[all...]
/linux-master/arch/mips/boot/
H A Delf2ecoff.c123 const Elf32_Phdr *h2 = v2; local
125 if (h1->p_vaddr > h2->p_vaddr)
127 else if (h1->p_vaddr < h2->p_vaddr)
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c228 unsigned int* h2) {
282 *h2 = besth2 = ln;
290 /* if h2/post/in/feed have not been assigned, return zero (error) */
736 h2; local
739 if (!matroxfb_mavenclock((m->mode == MATROXFB_OUTPUT_MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)) {
740 unsigned int diff = h - h2;
747 m->hcorr = h2 - 2;
224 matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, const struct matrox_pll_ctl* ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* h2) argument
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c129 static void nf_conntrack_double_unlock(unsigned int h1, unsigned int h2) argument
132 h2 %= CONNTRACK_LOCKS;
134 if (h1 != h2)
135 spin_unlock(&nf_conntrack_locks[h2]);
140 unsigned int h2, unsigned int sequence)
143 h2 %= CONNTRACK_LOCKS;
144 if (h1 <= h2) {
146 if (h1 != h2)
147 spin_lock_nested(&nf_conntrack_locks[h2],
150 nf_conntrack_lock(&nf_conntrack_locks[h2]);
139 nf_conntrack_double_lock(struct net *net, unsigned int h1, unsigned int h2, unsigned int sequence) argument
[all...]

Completed in 442 milliseconds

12345678