Lines Matching defs:bpm
273 struct br_port_msg *bpm;
282 cb->nlh->nlmsg_seq, RTM_NEWMDB, sizeof(*bpm),
287 bpm = nlmsg_data(nlh);
288 memset(bpm, 0, sizeof(*bpm));
289 bpm->family = AF_BRIDGE;
290 bpm->ifindex = dev->ifindex;
981 struct br_port_msg *bpm;
984 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0);
988 bpm = nlmsg_data(nlh);
989 memset(bpm, 0, sizeof(*bpm));
990 bpm->family = AF_BRIDGE;
991 bpm->ifindex = vxlan->dev->ifindex;