Searched refs:mlxsw_sp_l3addr (Results 1 – 7 of 7) sorted by relevance
47 static union mlxsw_sp_l3addr50 return (union mlxsw_sp_l3addr) { .addr4 = parms.iph.saddr }; in mlxsw_sp_ipip_parms4_saddr()53 static union mlxsw_sp_l3addr56 return (union mlxsw_sp_l3addr) { .addr6 = parms.laddr }; in mlxsw_sp_ipip_parms6_saddr()59 static union mlxsw_sp_l3addr62 return (union mlxsw_sp_l3addr) { .addr4 = parms.iph.daddr }; in mlxsw_sp_ipip_parms4_daddr()65 static union mlxsw_sp_l3addr68 return (union mlxsw_sp_l3addr) { .addr6 = parms.raddr }; in mlxsw_sp_ipip_parms6_daddr()71 union mlxsw_sp_l3addr88 return (union mlxsw_sp_l3addr) {0}; in mlxsw_sp_ipip_netdev_saddr()[all …]
16 union mlxsw_sp_l3addr { union26 union mlxsw_sp_l3addr saddr;92 union mlxsw_sp_l3addr saddr,115 static inline bool mlxsw_sp_l3addr_eq(const union mlxsw_sp_l3addr *addr1, in mlxsw_sp_l3addr_eq()116 const union mlxsw_sp_l3addr *addr2) in mlxsw_sp_l3addr_eq()
21 union mlxsw_sp_l3addr group;22 union mlxsw_sp_l3addr group_mask;23 union mlxsw_sp_l3addr source;24 union mlxsw_sp_l3addr source_mask;
16 union mlxsw_sp_l3addr20 bool mlxsw_sp_l3addr_is_zero(union mlxsw_sp_l3addr addr);
34 union mlxsw_sp_l3addr daddr;35 union mlxsw_sp_l3addr saddr;
237 union mlxsw_sp_l3addr saddr, in mlxsw_sp_span_entry_tunnel_parms_common()238 union mlxsw_sp_l3addr daddr, in mlxsw_sp_span_entry_tunnel_parms_common()239 union mlxsw_sp_l3addr gw, in mlxsw_sp_span_entry_tunnel_parms_common()331 union mlxsw_sp_l3addr saddr = { .addr4 = tparm.iph.saddr }; in mlxsw_sp_span_entry_gretap4_parms()332 union mlxsw_sp_l3addr daddr = { .addr4 = tparm.iph.daddr }; in mlxsw_sp_span_entry_gretap4_parms()335 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap4_parms()433 union mlxsw_sp_l3addr saddr = { .addr6 = tparm.laddr }; in mlxsw_sp_span_entry_gretap6_parms()434 union mlxsw_sp_l3addr daddr = { .addr6 = tparm.raddr }; in mlxsw_sp_span_entry_gretap6_parms()436 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap6_parms()
1054 union mlxsw_sp_l3addr saddr, in mlxsw_sp_ipip_entry_saddr_matches()1060 union mlxsw_sp_l3addr tun_saddr; in mlxsw_sp_ipip_entry_saddr_matches()1140 union mlxsw_sp_l3addr saddr; in mlxsw_sp_ipip_entry_find_decap()1213 union mlxsw_sp_l3addr ul_dip, in mlxsw_sp_ipip_entry_matches_decap()1234 union mlxsw_sp_l3addr ul_dip) in mlxsw_sp_ipip_entry_find_by_decap()1334 union mlxsw_sp_l3addr saddr; in mlxsw_sp_netdevice_ipip_ol_reg_event()1536 union mlxsw_sp_l3addr saddr; in mlxsw_sp_netdevice_ipip_ol_vrf_event()1640 union mlxsw_sp_l3addr saddr, in mlxsw_sp_ipip_demote_tunnel_by_saddr()4123 union mlxsw_sp_l3addr dip = { .addr4 = htonl(fen_info->dst) }; in mlxsw_sp_fib4_entry_type_set()