Lines Matching defs:bpm
387 struct br_port_msg *bpm;
392 cb->nlh->nlmsg_seq, RTM_GETMDB, sizeof(*bpm),
397 bpm = nlmsg_data(nlh);
398 memset(bpm, 0, sizeof(*bpm));
399 bpm->ifindex = dev->ifindex;
423 struct br_port_msg *bpm;
426 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0);
430 bpm = nlmsg_data(nlh);
431 memset(bpm, 0, sizeof(*bpm));
432 bpm->family = AF_BRIDGE;
433 bpm->ifindex = dev->ifindex;
543 struct br_port_msg *bpm;
546 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
550 bpm = nlmsg_data(nlh);
551 memset(bpm, 0, sizeof(*bpm));
552 bpm->family = AF_BRIDGE;
553 bpm->ifindex = dev->ifindex;