Searched refs:br_dst (Results 1 – 1 of 1) sorted by relevance
126 struct br_ip br_dst; in br_mdb_ip4_get() local128 br_dst.u.ip4 = dst; in br_mdb_ip4_get()129 br_dst.proto = htons(ETH_P_IP); in br_mdb_ip4_get()130 br_dst.vid = vid; in br_mdb_ip4_get()132 return br_mdb_ip_get(mdb, &br_dst); in br_mdb_ip4_get()140 struct br_ip br_dst; in br_mdb_ip6_get() local142 br_dst.u.ip6 = *dst; in br_mdb_ip6_get()143 br_dst.proto = htons(ETH_P_IPV6); in br_mdb_ip6_get()144 br_dst.vid = vid; in br_mdb_ip6_get()146 return br_mdb_ip_get(mdb, &br_dst); in br_mdb_ip6_get()