Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh49 $tcflags dst_ip 192.0.2.2 action drop
58 $tcflags dst_ip 198.51.100.2 action drop
95 $tcflags dst_ip 192.0.2.2 action drop
97 $tcflags dst_ip 192.0.2.2 action drop
114 $tcflags dst_ip 192.0.2.2 action drop
143 $tcflags dst_ip 192.0.2.2 action drop
145 $tcflags dst_ip 192.0.0.0/16 action drop
162 $tcflags dst_ip 192.0.2.0/24 action drop
196 flower $tcflags dst_ip 192.0.2.2/${i} src_ip 192.0.2.1 \
232 $tcflags dst_ip 192.0.2.2 action drop
[all …]
/Linux-v4.19/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
Dtc_flower.sh91 $tcflags dst_ip 198.51.100.2 action drop
93 $tcflags dst_ip 192.0.2.2 action drop
95 $tcflags dst_ip 192.0.2.0/24 action drop
Dgre_multipath.sh99 flower dst_ip 192.0.2.66 action pass
101 flower dst_ip 192.0.2.82 action pass
Dtc_shblocks.sh54 $tcflags dst_ip 192.0.2.2 action drop
/Linux-v4.19/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.c176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument
180 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
192 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos() argument
207 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos()
1081 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1084 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1086 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1119 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1120 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-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TS.h39 u8 dst_ip[4]; member
53 u8 dst_ip[16]; member
/Linux-v4.19/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-v4.19/tools/testing/selftests/drivers/net/mlxsw/
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
Dtc_flower_scale.sh80 flower $tcflags dst_ip $(tc_flower_addr $i) \
Dmirror_gre_scale.sh82 flower $tcflags dst_ip $match_dip \
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3023 if (mask.dst_mac[0] && !mask.dst_ip[0]) { in i40e_validate_cloud_filter()
3230 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter()
3231 memcpy(&cfilter.ip.v4.dst_ip, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3232 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3233 else if (mask.src_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter()
3235 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3239 if (mask.dst_ip[3] & tcf.dst_ip[3]) in i40e_vc_del_cloud_filter()
3240 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3283 if (cfilter.n_proto == ETH_P_IP && mask.dst_ip[0]) in i40e_vc_del_cloud_filter()
3284 if (memcmp(&cfilter.ip.v4.dst_ip, &cf->ip.v4.dst_ip, in i40e_vc_del_cloud_filter()
[all …]
Di40e.h220 __be32 dst_ip; member
275 struct in_addr dst_ip; member
285 #define dst_ipv4 ip.v4.dst_ip.s_addr
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h76 } dst_ip; member
/Linux-v4.19/drivers/infiniband/core/
Duverbs_std_types_flow_action.c122 .dst_ip = cpu_to_be32(0xffffffffUL), in parse_esp_ip()
131 .dst_ip = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, in parse_esp_ip()
Daddr.c372 __be32 dst_ip = dst_in->sin_addr.s_addr; in addr4_resolve() local
378 fl4.daddr = dst_ip; in addr4_resolve()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c157 __be32 dst_ip; member
210 .dst_ip = filter->dst_ip, in mlx4_en_filter_work()
264 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in filter_hash_bucket() argument
272 l ^= (__force unsigned long)(src_ip ^ dst_ip); in filter_hash_bucket()
281 __be32 dst_ip, u8 ip_proto, __be16 src_port, in mlx4_en_filter_alloc() argument
295 filter->dst_ip = dst_ip; in mlx4_en_filter_alloc()
306 filter_hash_bucket(priv, src_ip, dst_ip, src_port, in mlx4_en_filter_alloc()
327 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in mlx4_en_filter_find() argument
334 filter_hash_bucket(priv, src_ip, dst_ip, in mlx4_en_filter_find()
338 filter->dst_ip == dst_ip && in mlx4_en_filter_find()
[all …]
Dmcg.c874 rule_hw->ipv4.dst_ip = spec->ipv4.dst_ip; in parse_trans_rule()
933 if (cur->ipv4.dst_ip) in mlx4_err_rule()
936 &cur->ipv4.dst_ip); in mlx4_err_rule()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c406 __be32 dst_ip = dst_in->sin_addr.s_addr; in qedr_addr4_resolve() local
411 rt = ip_route_output(&init_net, dst_ip, src_ip, 0, 0); in qedr_addr4_resolve()
417 neigh = dst_neigh_lookup(&rt->dst, &dst_ip); in qedr_addr4_resolve()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_CLUSTERIP.c572 __be32 dst_ip; member
590 &payload->src_ip, hbuffer, &payload->dst_ip); in arp_print()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dcnic_if.h264 u32 dst_ip[4]; member
/Linux-v4.19/include/linux/avf/
Dvirtchnl.h544 __be32 dst_ip[4]; member

12