Searched refs:bpm (Results 1 – 3 of 3) sorted by relevance
/linux/net/bridge/ |
H A D | br_mdb.c | 386 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/sound/core/seq/ |
H A D | seq_queue.c | 699 int i, bpm; in snd_seq_info_queues_read() local 712 bpm = (60000 * tmr->tempo_base) / tmr->tempo; in snd_seq_info_queues_read() 714 bpm = 0; in snd_seq_info_queues_read() 730 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
|
/linux/net/core/ |
H A D | rtnetlink.c | 6449 struct br_port_msg *bpm; in rtnl_mdb_valid_dump_req() local 6451 bpm = nlmsg_payload(nlh, sizeof(*bpm)); in rtnl_mdb_valid_dump_req() 6452 if (!bpm) { in rtnl_mdb_valid_dump_req() 6457 if (bpm->ifindex) { in rtnl_mdb_valid_dump_req() 6461 if (nlmsg_attrlen(nlh, sizeof(*bpm))) { in rtnl_mdb_valid_dump_req() 6568 struct br_port_msg *bpm; in rtnl_mdb_get() local 6577 bpm = nlmsg_data(nlh); in rtnl_mdb_get() 6578 if (!bpm->ifindex) { in rtnl_mdb_get() 6583 dev = __dev_get_by_index(net, bpm->ifindex); in rtnl_mdb_get() 6671 struct br_port_msg *bpm; in rtnl_mdb_add() local [all …]
|