Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_mdb.c384 struct br_port_msg *bpm; in br_mdb_dump() local
394 bpm = nlmsg_data(nlh); in br_mdb_dump()
395 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
420 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local
427 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
428 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
553 struct br_port_msg *bpm; in nlmsg_populate_rtr_fill() local
560 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill()
561 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_rtr_fill()
1618 bpm = nlmsg_data(nlh); in br_mdb_get_reply_fill()
[all …]
/linux/drivers/net/vxlan/
A Dvxlan_mdb.c281 struct br_port_msg *bpm; in vxlan_mdb_dump() local
295 bpm = nlmsg_data(nlh); in vxlan_mdb_dump()
296 memset(bpm, 0, sizeof(*bpm)); in vxlan_mdb_dump()
297 bpm->family = AF_BRIDGE; in vxlan_mdb_dump()
997 struct br_port_msg *bpm; in vxlan_mdb_nlmsg_fill() local
1004 bpm = nlmsg_data(nlh); in vxlan_mdb_nlmsg_fill()
1005 memset(bpm, 0, sizeof(*bpm)); in vxlan_mdb_nlmsg_fill()
1006 bpm->family = AF_BRIDGE; in vxlan_mdb_nlmsg_fill()
1528 struct br_port_msg *bpm; in vxlan_mdb_get_reply_fill() local
1536 bpm = nlmsg_data(nlh); in vxlan_mdb_get_reply_fill()
[all …]
/linux/sound/core/seq/
A Dseq_queue.c715 int i, bpm; in snd_seq_info_queues_read() local
728 bpm = (60000 * tmr->tempo_base) / tmr->tempo; in snd_seq_info_queues_read()
730 bpm = 0; in snd_seq_info_queues_read()
746 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
/linux/net/core/
A Drtnetlink.c6169 struct br_port_msg *bpm; in rtnl_mdb_valid_dump_req() local
6176 bpm = nlmsg_data(nlh); in rtnl_mdb_valid_dump_req()
6177 if (bpm->ifindex) { in rtnl_mdb_valid_dump_req()
6288 struct br_port_msg *bpm; in rtnl_mdb_get() local
6297 bpm = nlmsg_data(nlh); in rtnl_mdb_get()
6298 if (!bpm->ifindex) { in rtnl_mdb_get()
6391 struct br_port_msg *bpm; in rtnl_mdb_add() local
6400 bpm = nlmsg_data(nlh); in rtnl_mdb_add()
6401 if (!bpm->ifindex) { in rtnl_mdb_add()
6486 bpm = nlmsg_data(nlh); in rtnl_mdb_del()
[all …]

Completed in 706 milliseconds