Home
last modified time | relevance | path

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

123

/Linux-v5.4/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 …]
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dtc_actions.sh57 $tcflags dst_ip 192.0.2.2 action drop
66 $tcflags dst_ip 192.0.2.2 action mirred egress $action \
86 $tcflags dst_ip 192.0.2.2 action drop
95 $tcflags dst_ip 192.0.2.2 action ok
121 skip_hw dst_ip 192.0.2.2 action drop
123 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
133 $tcflags dst_ip 192.0.2.2 action trap
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_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
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
Dtc_shblocks.sh54 $tcflags dst_ip 192.0.2.2 action drop
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/
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 \
Drouter_scale.sh127 skip_sw dst_ip 193.0.0.0/8 action drop
151 skip_sw dst_ip 193.0.0.0/8 action drop
Dblackhole_routes.sh123 skip_hw dst_ip 198.51.100.1 src_ip 192.0.2.1 ip_proto icmp \
147 skip_hw dst_ip 2001:db8:2::1 src_ip 2001:db8:1::1 \
Dtc_flower_scale.sh80 flower $tcflags dst_ip $(tc_flower_addr $i) \
Dmirror_gre_scale.sh82 flower $tcflags dst_ip $match_dip \
/Linux-v5.4/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()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/crypto/
Dfw.h52 __be32 dst_ip; member
59 __be32 dst_ip[4]; member
Dtls.c185 req->dst_ip = inet->inet_saddr; in nfp_net_tls_set_ipv4()
204 memcpy(req->dst_ip, &np->saddr, sizeof(req->dst_ip)); in nfp_net_tls_set_ipv6()
/Linux-v5.4/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;
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TS.h39 u8 dst_ip[4]; member
53 u8 dst_ip[16]; member
/Linux-v5.4/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()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3147 if (mask.dst_mac[0] && !mask.dst_ip[0]) { in i40e_validate_cloud_filter()
3354 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter()
3355 memcpy(&cfilter.ip.v4.dst_ip, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3356 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3357 else if (mask.src_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter()
3359 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3363 if (mask.dst_ip[3] & tcf.dst_ip[3]) in i40e_vc_del_cloud_filter()
3364 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3407 if (cfilter.n_proto == ETH_P_IP && mask.dst_ip[0]) in i40e_vc_del_cloud_filter()
3408 if (memcmp(&cfilter.ip.v4.dst_ip, &cf->ip.v4.dst_ip, in i40e_vc_del_cloud_filter()
[all …]
/Linux-v5.4/drivers/infiniband/core/
Duverbs_std_types_flow_action.c124 .dst_ip = cpu_to_be32(0xffffffffUL), in parse_esp_ip()
133 .dst_ip = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, in parse_esp_ip()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h107 } dst_ip; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c165 __be32 dst_ip; member
218 .dst_ip = filter->dst_ip, in mlx4_en_filter_work()
272 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in filter_hash_bucket() argument
280 l ^= (__force unsigned long)(src_ip ^ dst_ip); in filter_hash_bucket()
289 __be32 dst_ip, u8 ip_proto, __be16 src_port, in mlx4_en_filter_alloc() argument
303 filter->dst_ip = dst_ip; in mlx4_en_filter_alloc()
314 filter_hash_bucket(priv, src_ip, dst_ip, src_port, in mlx4_en_filter_alloc()
335 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in mlx4_en_filter_find() argument
342 filter_hash_bucket(priv, src_ip, dst_ip, in mlx4_en_filter_find()
346 filter->dst_ip == dst_ip && in mlx4_en_filter_find()
[all …]

123