Searched refs:ipv4_dst (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow.h | 46 __be32 ipv4_dst; member 81 tun_info->tunnel.ipv4_dst = daddr; in __ovs_flow_tun_info_init()
|
D | vport.h | 250 fl->daddr = key->ipv4_dst; in ovs_tunnel_route_lookup()
|
D | flow_netlink.c | 541 SW_FLOW_KEY_PUT(match, tun_key.ipv4_dst, in ipv4_tun_from_nlattr() 612 if (!match->key->tun_key.ipv4_dst) { in ipv4_tun_from_nlattr() 654 if (output->ipv4_dst && in __ipv4_tun_to_nlattr() 656 output->ipv4_dst)) in __ipv4_tun_to_nlattr() 851 ipv4_key->ipv4_dst, is_mask); in ovs_key_from_nlattrs() 1119 if (match->key->tun_key.ipv4_dst) in ovs_nla_get_match() 1290 if ((swkey->tun_key.ipv4_dst || is_mask)) { in __ovs_nla_put_key() 1362 ipv4_key->ipv4_dst = output->ipv4.addr.dst; in __ovs_nla_put_key()
|
D | actions.c | 394 if (mask->ipv4_dst) { in set_ipv4() 395 new_addr = MASKED(nh->daddr, key->ipv4_dst, mask->ipv4_dst); in set_ipv4()
|
D | vport-gre.c | 192 tun_key->ipv4_dst, IPPROTO_GRE, in gre_tnl_send()
|
D | vport-geneve.c | 212 tun_key->ipv4_dst, tun_key->ipv4_tos, in geneve_tnl_send()
|
D | vport-vxlan.c | 259 err = vxlan_xmit_skb(rt, sk, skb, fl.saddr, tun_key->ipv4_dst, in vxlan_tnl_send()
|
D | vport.c | 606 fl.saddr, tun_key->ipv4_dst, in ovs_tunnel_get_egress_info()
|
D | flow_table.c | 429 if (key->tun_key.ipv4_dst) in flow_key_start()
|
/linux-4.1.27/include/uapi/linux/ |
D | openvswitch.h | 376 __be32 ipv4_dst; member
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1309 __be32 ipv4_dst) in mlx4_en_ethtool_add_mac_rule_by_ipv4() argument 1314 if (!ipv4_is_multicast(ipv4_dst)) { in mlx4_en_ethtool_add_mac_rule_by_ipv4() 1320 ip_eth_mc_map(ipv4_dst, mac); in mlx4_en_ethtool_add_mac_rule_by_ipv4()
|