Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_mdb.c387 struct br_port_msg *bpm; in br_mdb_dump() local
397 bpm = nlmsg_data(nlh); in br_mdb_dump()
398 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
423 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local
430 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
431 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
432 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill()
543 struct br_port_msg *bpm; in nlmsg_populate_rtr_fill() local
550 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill()
551 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_rtr_fill()
[all …]
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c273 struct br_port_msg *bpm; in vxlan_mdb_dump() local
282 cb->nlh->nlmsg_seq, RTM_NEWMDB, sizeof(*bpm), in vxlan_mdb_dump()
287 bpm = nlmsg_data(nlh); in vxlan_mdb_dump()
288 memset(bpm, 0, sizeof(*bpm)); in vxlan_mdb_dump()
289 bpm->family = AF_BRIDGE; in vxlan_mdb_dump()
290 bpm->ifindex = dev->ifindex; in vxlan_mdb_dump()
981 struct br_port_msg *bpm; in vxlan_mdb_nlmsg_fill() local
988 bpm = nlmsg_data(nlh); in vxlan_mdb_nlmsg_fill()
989 memset(bpm, 0, sizeof(*bpm)); in vxlan_mdb_nlmsg_fill()
990 bpm->family = AF_BRIDGE; in vxlan_mdb_nlmsg_fill()
[all …]
/openbmc/linux/sound/core/seq/
H A Dseq_queue.c736 int i, bpm; in snd_seq_info_queues_read() local
749 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read()
751 bpm = 0; in snd_seq_info_queues_read()
766 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
/openbmc/linux/net/core/
H A Drtnetlink.c6125 struct br_port_msg *bpm; in rtnl_mdb_valid_dump_req() local
6132 bpm = nlmsg_data(nlh); in rtnl_mdb_valid_dump_req()
6133 if (bpm->ifindex) { in rtnl_mdb_valid_dump_req()
6137 if (nlmsg_attrlen(nlh, sizeof(*bpm))) { in rtnl_mdb_valid_dump_req()
6260 struct br_port_msg *bpm; in rtnl_mdb_add() local
6269 bpm = nlmsg_data(nlh); in rtnl_mdb_add()
6270 if (!bpm->ifindex) { in rtnl_mdb_add()
6275 dev = __dev_get_by_index(net, bpm->ifindex); in rtnl_mdb_add()
6299 struct br_port_msg *bpm; in rtnl_mdb_del() local
6308 bpm = nlmsg_data(nlh); in rtnl_mdb_del()
[all …]