Lines Matching refs:bpm
281 struct br_port_msg *bpm;
290 cb->nlh->nlmsg_seq, RTM_NEWMDB, sizeof(*bpm),
295 bpm = nlmsg_data(nlh);
296 memset(bpm, 0, sizeof(*bpm));
297 bpm->family = AF_BRIDGE;
298 bpm->ifindex = dev->ifindex;
997 struct br_port_msg *bpm;
1000 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0);
1004 bpm = nlmsg_data(nlh);
1005 memset(bpm, 0, sizeof(*bpm));
1006 bpm->family = AF_BRIDGE;
1007 bpm->ifindex = vxlan->dev->ifindex;
1528 struct br_port_msg *bpm;
1532 nlh = nlmsg_put(skb, portid, seq, RTM_NEWMDB, sizeof(*bpm), 0);
1536 bpm = nlmsg_data(nlh);
1537 memset(bpm, 0, sizeof(*bpm));
1538 bpm->family = AF_BRIDGE;
1539 bpm->ifindex = vxlan->dev->ifindex;