Home
last modified time | relevance | path

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

/net/bridge/
Dbr_mdb.c128 struct br_port_msg *bpm; in br_mdb_dump() local
135 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump()
139 bpm = nlmsg_data(nlh); in br_mdb_dump()
140 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
141 bpm->ifindex = dev->ifindex; in br_mdb_dump()
168 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local
171 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI); in nlmsg_populate_mdb_fill()
175 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
176 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
177 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill()
[all …]