Searched refs:br_dst (Results 1 – 1 of 1) sorted by relevance
114 struct br_ip br_dst; in br_mdb_ip4_get() local116 br_dst.u.ip4 = dst; in br_mdb_ip4_get()117 br_dst.proto = htons(ETH_P_IP); in br_mdb_ip4_get()118 br_dst.vid = vid; in br_mdb_ip4_get()120 return br_mdb_ip_get(mdb, &br_dst); in br_mdb_ip4_get()128 struct br_ip br_dst; in br_mdb_ip6_get() local130 br_dst.u.ip6 = *dst; in br_mdb_ip6_get()131 br_dst.proto = htons(ETH_P_IPV6); in br_mdb_ip6_get()132 br_dst.vid = vid; in br_mdb_ip6_get()134 return br_mdb_ip_get(mdb, &br_dst); in br_mdb_ip6_get()