Home
last modified time | relevance | path

Searched refs:ul2 (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
A Dipip_lib.sh210 local ul2=$1; shift
213 __simple_if_init $ul2 v$ol2
227 local ul2=$1; shift
235 vlan_destroy $ul2 111
236 __simple_if_fini $ul2
282 local ul2=$1; shift
285 simple_if_init $ul2
290 vlan_create $ul2 111 v$ul2 192.0.2.130/28
302 local ul2=$1; shift
308 vlan_destroy $ul2 111
[all …]
A Dgre_multipath_nh.sh135 __simple_if_init $ul2 v$ol2
136 vlan_create $ul2 111 v$ol2 192.0.2.130/28
137 vlan_create $ul2 222 v$ol2 192.0.2.146/28
154 tc qdisc add dev $ul2 clsact
163 tc qdisc del dev $ul2 clsact
180 vlan_destroy $ul2 222
181 vlan_destroy $ul2 111
182 __simple_if_fini $ul2
206 ul2=${NETIFS[p4]}
242 local t0_111=$(tc_rule_stats_get $ul2 111 ingress)
[all …]
A Dgre_multipath_nh_res.sh136 __simple_if_init $ul2 v$ol2
137 vlan_create $ul2 111 v$ol2 192.0.2.130/28
138 vlan_create $ul2 222 v$ol2 192.0.2.146/28
156 tc qdisc add dev $ul2 clsact
165 tc qdisc del dev $ul2 clsact
182 vlan_destroy $ul2 222
183 vlan_destroy $ul2 111
184 __simple_if_fini $ul2
208 ul2=${NETIFS[p4]}
245 local t0_111=$(tc_rule_stats_get $ul2 111 ingress)
[all …]
A Dgre_multipath.sh119 __simple_if_init $ul2 v$ol2
120 vlan_create $ul2 111 v$ol2 192.0.2.130/28
121 vlan_create $ul2 222 v$ol2 192.0.2.146/28
135 tc qdisc add dev $ul2 clsact
144 tc qdisc del dev $ul2 clsact
156 vlan_destroy $ul2 222
157 vlan_destroy $ul2 111
158 __simple_if_fini $ul2
180 ul2=${NETIFS[p4]}
218 local t0_111=$(tc_rule_stats_get $ul2 111 ingress)
[all …]
A Dip6gre_lib.sh224 local ul2=$1; shift
227 __simple_if_init $ul2 v$ol2
246 local ul2=$1; shift
255 vlan_destroy $ul2 111
256 __simple_if_fini $ul2
302 local ul2=$1; shift
305 simple_if_init $ul2
310 vlan_create $ul2 111 v$ul2 2001:db8:10::2/64
327 local ul2=$1; shift
334 vlan_destroy $ul2 111
[all …]
A Dipip_flat_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2
49 sw2_flat_destroy $ol2 $ul2
A Dipip_hier_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2
49 sw2_hierarchical_destroy $ol2 $ul2
A Dip6gre_flat.sh24 ul2=${NETIFS[p4]}
34 sw2_flat_create $ol2 $ul2
65 sw2_flat_destroy $ol2 $ul2
A Dip6gre_flat_key.sh24 ul2=${NETIFS[p4]}
34 sw2_flat_create $ol2 $ul2 key 233
65 sw2_flat_destroy $ol2 $ul2
A Dip6gre_hier.sh24 ul2=${NETIFS[p4]}
34 sw2_hierarchical_create $ol2 $ul2
65 sw2_hierarchical_destroy $ol2 $ul2
A Dipip_flat_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 key 233
49 sw2_flat_destroy $ol2 $ul2
A Dipip_flat_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_flat_destroy $ol2 $ul2
A Dipip_hier_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 key 22
49 sw2_hierarchical_destroy $ol2 $ul2
A Dipip_hier_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_hierarchical_destroy $ol2 $ul2
A Dip6gre_flat_keys.sh24 ul2=${NETIFS[p4]}
34 sw2_flat_create $ol2 $ul2 ikey 222 okey 111
65 sw2_flat_destroy $ol2 $ul2
A Dip6gre_hier_key.sh24 ul2=${NETIFS[p4]}
34 sw2_hierarchical_create $ol2 $ul2 key 22
65 sw2_hierarchical_destroy $ol2 $ul2
A Dip6gre_hier_keys.sh24 ul2=${NETIFS[p4]}
34 sw2_hierarchical_create $ol2 $ul2 ikey 222 okey 111
65 sw2_hierarchical_destroy $ol2 $ul2
/linux/tools/testing/selftests/drivers/net/hw/
A Dhw_stats_l3_gre.sh26 ul2=${NETIFS[p4]}
38 sw2_flat_create gre $ol2 $ul2
50 sw2_flat_destroy $ol2 $ul2
/linux/include/linux/
A Dnetfilter.h40 const unsigned long *ul2 = (const unsigned long *)a2; in nf_inet_addr_cmp() local
42 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in nf_inet_addr_cmp()
/linux/include/net/
A Dipv6.h597 const unsigned long *ul2 = (const unsigned long *)a2; in ipv6_masked_addr_cmp() local
599 return !!(((ul1[0] ^ ul2[0]) & ulm[0]) | in ipv6_masked_addr_cmp()
600 ((ul1[1] ^ ul2[1]) & ulm[1])); in ipv6_masked_addr_cmp()
671 const unsigned long *ul2 = (const unsigned long *)a2; in ipv6_addr_equal() local
673 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in ipv6_addr_equal()

Completed in 36 milliseconds