Lines Matching refs:bpm
6449 struct br_port_msg *bpm;
6451 bpm = nlmsg_payload(nlh, sizeof(*bpm));
6452 if (!bpm) {
6457 if (bpm->ifindex) {
6461 if (nlmsg_attrlen(nlh, sizeof(*bpm))) {
6568 struct br_port_msg *bpm;
6577 bpm = nlmsg_data(nlh);
6578 if (!bpm->ifindex) {
6583 dev = __dev_get_by_index(net, bpm->ifindex);
6671 struct br_port_msg *bpm;
6675 err = nlmsg_parse_deprecated(nlh, sizeof(*bpm), tb,
6680 bpm = nlmsg_data(nlh);
6681 if (!bpm->ifindex) {
6686 dev = __dev_get_by_index(net, bpm->ifindex);
6752 struct br_port_msg *bpm;
6757 err = nlmsg_parse_deprecated(nlh, sizeof(*bpm), tb,
6761 err = nlmsg_parse(nlh, sizeof(*bpm), tb, MDBA_SET_ENTRY_MAX,
6766 bpm = nlmsg_data(nlh);
6767 if (!bpm->ifindex) {
6772 dev = __dev_get_by_index(net, bpm->ifindex);