Home
last modified time | relevance | path

Searched refs:dst_ip (Results 1 – 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh101 $tcflags dst_ip 192.0.2.2 action drop
110 $tcflags dst_ip 198.51.100.2 action drop
147 $tcflags dst_ip 192.0.2.2 action drop
149 $tcflags dst_ip 192.0.2.2 action drop
166 $tcflags dst_ip 192.0.2.2 action drop
195 $tcflags dst_ip 192.0.2.2 action drop
197 $tcflags dst_ip 192.0.0.0/8 action drop
214 $tcflags dst_ip 192.0.2.0/24 action drop
302 $tcflags dst_ip 192.0.2.2 action drop
305 $tcflags dst_ip 192.0.2.2 action drop
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh45 skip_sw dst_ip 192.0.2.2 action drop
62 skip_sw dst_ip 192.0.2.2 action drop
71 skip_sw dst_ip 192.0.2.2 action drop
93 skip_sw dst_ip 192.0.2.2 \
111 skip_sw dst_ip 192.0.2.2 \
121 skip_sw dst_ip 192.0.2.2 \
128 skip_sw dst_ip 192.0.2.2 \
147 skip_sw dst_ip 192.0.2.2 \
154 skip_sw dst_ip 192.0.2.2 \
201 skip_sw dst_ip 192.0.2.2 action drop
[all …]
Done_armed_router.sh135 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
139 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
143 skip_sw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
178 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
182 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
186 skip_sw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
Ddevlink_trap_l3_exceptions.sh270 local dst_ip=$1; shift
284 flower dst_ip $dst_ip ip_proto udp action drop
286 $MC_CLI -I $table_name add $rp1 $src_ip $dst_ip $rp2
291 -A $src_ip -B $dst_ip -q &
317 local dst_ip=$1; shift
340 -B $dst_ip -q &
Ddevlink_trap_l3_drops.sh174 flower dst_ip $h2_ipv4 action drop
272 flower dst_ip $dip action drop
390 flower dst_ip $h2_ipv4 action drop
436 flower dst_ip $h2_ipv4 action drop
475 flower dst_ip $dip action drop
500 flower dst_ip $dip action drop
530 flower skip_hw dst_ip $dip ip_proto $ip_proto action drop
Dtc_action_hw_stats.sh52 skip_sw dst_ip 192.0.2.2 action drop $action_hw_stats
86 skip_sw dst_ip 192.0.2.2 action drop hw_stats delayed
Ddevlink_trap_acl_drops.sh102 flower dst_ip 192.0.2.2 action drop
127 flower dst_ip 192.0.2.2 action drop
Dblackhole_routes.sh124 skip_hw dst_ip 198.51.100.1 src_ip 192.0.2.1 ip_proto icmp \
148 skip_hw dst_ip 2001:db8:2::1 src_ip 2001:db8:1::1 \
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_fdir.c580 input->ip.v4.dst_ip); in ice_fdir_get_gen_prgm_pkt()
592 input->ip.v4.dst_ip); in ice_fdir_get_gen_prgm_pkt()
602 input->ip.v4.dst_ip); in ice_fdir_get_gen_prgm_pkt()
610 input->ip.v4.dst_ip); in ice_fdir_get_gen_prgm_pkt()
617 input->ip.v6.dst_ip); in ice_fdir_get_gen_prgm_pkt()
627 input->ip.v6.dst_ip); in ice_fdir_get_gen_prgm_pkt()
637 input->ip.v6.dst_ip); in ice_fdir_get_gen_prgm_pkt()
647 input->ip.v6.dst_ip); in ice_fdir_get_gen_prgm_pkt()
769 if (a->ip.v4.dst_ip == b->ip.v4.dst_ip && in ice_fdir_comp_rules()
775 if (a->ip.v4.dst_ip == b->ip.v4.dst_ip && in ice_fdir_comp_rules()
[all …]
Dice_ethtool_fdir.c145 fsp->h_u.usr_ip4_spec.ip4dst = rule->ip.v4.dst_ip; in ice_get_ethtool_fdir_entry()
147 fsp->m_u.usr_ip4_spec.ip4dst = rule->mask.v4.dst_ip; in ice_get_ethtool_fdir_entry()
159 fsp->h_u.tcp_ip4_spec.ip4dst = rule->ip.v4.dst_ip; in ice_get_ethtool_fdir_entry()
163 fsp->m_u.tcp_ip4_spec.ip4dst = rule->mask.v4.dst_ip; in ice_get_ethtool_fdir_entry()
171 memcpy(fsp->h_u.tcp_ip6_spec.ip6dst, rule->ip.v6.dst_ip, in ice_get_ethtool_fdir_entry()
175 memcpy(fsp->m_u.tcp_ip6_spec.ip6dst, rule->mask.v6.dst_ip, in ice_get_ethtool_fdir_entry()
186 memcpy(fsp->h_u.tcp_ip6_spec.ip6dst, rule->ip.v6.dst_ip, in ice_get_ethtool_fdir_entry()
194 rule->mask.v6.dst_ip, in ice_get_ethtool_fdir_entry()
1533 input->ip.v4.dst_ip = fsp->h_u.tcp_ip4_spec.ip4dst; in ice_set_fdir_input_set()
1537 input->mask.v4.dst_ip = fsp->m_u.tcp_ip4_spec.ip4dst; in ice_set_fdir_input_set()
[all …]
Dice_fdir.h80 __be32 dst_ip; member
94 __be32 dst_ip[ICE_IPV6_ADDR_LEN_AS_U32]; member
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Drouter_multicast.sh241 dst_ip 225.1.2.3 action drop
243 dst_ip 225.1.2.3 action drop
281 dst_ip ff0e::3 action drop
283 dst_ip ff0e::3 action drop
324 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
326 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
328 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
330 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass
369 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
371 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
[all …]
Dtc_police.sh129 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
155 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
167 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
204 dst_ip 198.51.100.1 ip_proto udp src_port 12345 \
209 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
216 dst_ip 198.51.100.1 ip_proto udp dst_port 22222 \
238 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
243 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
248 dst_ip 198.51.100.1 ip_proto udp dst_port 54321 \
Dtc_actions.sh61 $tcflags dst_ip 192.0.2.2 action drop
91 $tcflags dst_ip 192.0.2.2 action drop
100 $tcflags dst_ip 192.0.2.2 action ok
126 skip_hw dst_ip 192.0.2.2 action drop
128 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
138 $tcflags dst_ip 192.0.2.2 action trap
Dtc_flower.sh92 $tcflags dst_ip 198.51.100.2 action drop
94 $tcflags dst_ip 192.0.2.2 action drop
96 $tcflags dst_ip 192.0.2.0/24 action drop
285 $tcflags dst_ip 192.0.2.2 ip_tos 0x20 action drop
287 $tcflags dst_ip 192.0.2.2 ip_tos 0x18 action drop
318 $tcflags dst_ip 192.0.2.2 ip_ttl 63 action drop
320 $tcflags dst_ip 192.0.2.2 action drop
Dtc_flower_router.sh89 $tcflags indev $rp1 dst_ip 192.0.3.1 action drop
91 $tcflags indev $rp2 dst_ip 192.0.3.1 action drop
/kernel/linux/linux-5.10/net/atm/
Dmpoa_caches.h35 in_cache_entry *(*add_entry)(__be32 dst_ip,
37 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
38 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
Dmpc.c177 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument
181 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
193 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
202 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos() argument
208 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos()
1082 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1085 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1087 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1120 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1121 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
[all …]
Dmpc.h49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
50 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
Dmpoa_caches.c35 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get() argument
43 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get()
55 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask() argument
64 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
97 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry() argument
107 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry()
119 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Den_rep_tracepoint.h35 *p32 = mn->dst_ip.v4;
38 *pin6 = mn->dst_ip.v6;
Den_tc_tracepoint.h95 *p32 = mn->dst_ip.v4;
98 *pin6 = mn->dst_ip.v6;
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
Dfw.h60 __be32 dst_ip; member
67 __be32 dst_ip[4]; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TS.h39 u8 dst_ip[4]; member
53 u8 dst_ip[16]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_model.h41 input->filter.formatted.dst_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_dip()
42 mask->formatted.dst_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_dip()

123