Lines Matching defs:bpm
6125 struct br_port_msg *bpm;
6127 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(*bpm))) {
6132 bpm = nlmsg_data(nlh);
6133 if (bpm->ifindex) {
6137 if (nlmsg_attrlen(nlh, sizeof(*bpm))) {
6260 struct br_port_msg *bpm;
6264 err = nlmsg_parse_deprecated(nlh, sizeof(*bpm), tb,
6269 bpm = nlmsg_data(nlh);
6270 if (!bpm->ifindex) {
6275 dev = __dev_get_by_index(net, bpm->ifindex);
6299 struct br_port_msg *bpm;
6303 err = nlmsg_parse_deprecated(nlh, sizeof(*bpm), tb,
6308 bpm = nlmsg_data(nlh);
6309 if (!bpm->ifindex) {
6314 dev = __dev_get_by_index(net, bpm->ifindex);