Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_mdb.c386 struct br_port_msg *bpm; in br_mdb_dump()
391 cb->nlh->nlmsg_seq, RTM_GETMDB, sizeof(*bpm), in br_mdb_dump()
396 bpm = nlmsg_data(nlh); in br_mdb_dump()
397 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
398 bpm->ifindex = dev->ifindex; in br_mdb_dump()
422 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill()
425 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill()
429 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
430 memset(bpm, in nlmsg_populate_mdb_fill()
384 struct br_port_msg *bpm; br_mdb_dump() local
420 struct br_port_msg *bpm; nlmsg_populate_mdb_fill() local
553 struct br_port_msg *bpm; nlmsg_populate_rtr_fill() local
1610 struct br_port_msg *bpm; br_mdb_get_reply_fill() local
[all...]
/linux/net/core/
H A Drtnetlink.c6461 struct br_port_msg *bpm; in rtnl_mdb_valid_dump_req() local
6463 bpm = nlmsg_payload(nlh, sizeof(*bpm)); in rtnl_mdb_valid_dump_req()
6464 if (!bpm) { in rtnl_mdb_valid_dump_req()
6469 if (bpm->ifindex) { in rtnl_mdb_valid_dump_req()
6473 if (nlmsg_attrlen(nlh, sizeof(*bpm))) { in rtnl_mdb_valid_dump_req()
6580 struct br_port_msg *bpm; in rtnl_mdb_get() local
6589 bpm = nlmsg_data(nlh); in rtnl_mdb_get()
6590 if (!bpm->ifindex) { in rtnl_mdb_get()
6595 dev = __dev_get_by_index(net, bpm->ifindex); in rtnl_mdb_get()
6683 struct br_port_msg *bpm; in rtnl_mdb_add() local
[all …]