Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_mdb.c386 struct br_port_msg *bpm; in br_mdb_dump() local
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() local
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()
571 struct br_port_msg *bpm; nlmsg_populate_rtr_fill() local
1628 struct br_port_msg *bpm; br_mdb_get_reply_fill() local
[all...]
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c281 struct br_port_msg *bpm; in vxlan_mdb_dump() local
290 cb->nlh->nlmsg_seq, RTM_NEWMDB, sizeof(*bpm), in vxlan_mdb_dump()
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()
298 bpm->ifindex = dev->ifindex; in vxlan_mdb_dump()
997 struct br_port_msg *bpm; in vxlan_mdb_nlmsg_fill() local
1000 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0); in vxlan_mdb_nlmsg_fill()
1004 bpm in vxlan_mdb_nlmsg_fill()
1528 struct br_port_msg *bpm; vxlan_mdb_get_reply_fill() local
[all...]
/linux/sound/core/seq/
H A Dseq_queue.c699 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 Drtnetlink.c6449 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 in rtnl_mdb_get()
6671 struct br_port_msg *bpm; rtnl_mdb_add() local
6752 struct br_port_msg *bpm; rtnl_mdb_del() local
[all...]