Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 1 of 1) sorted by relevance

/net/bridge/
Dbr_mdb.c131 struct br_port_msg *bpm; in br_mdb_dump() local
138 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump()
142 bpm = nlmsg_data(nlh); in br_mdb_dump()
143 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
144 bpm->ifindex = dev->ifindex; in br_mdb_dump()
171 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local
174 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill()
178 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
179 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
180 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill()
[all …]