IFLA_BR_VLAN_DEFAULT_PVID  964 net/bridge/br_netlink.c 	if (data[IFLA_BR_VLAN_DEFAULT_PVID]) {
IFLA_BR_VLAN_DEFAULT_PVID  965 net/bridge/br_netlink.c 		__u16 defpvid = nla_get_u16(data[IFLA_BR_VLAN_DEFAULT_PVID]);
IFLA_BR_VLAN_DEFAULT_PVID 1036 net/bridge/br_netlink.c 	[IFLA_BR_VLAN_DEFAULT_PVID] = { .type = NLA_U16 },
IFLA_BR_VLAN_DEFAULT_PVID 1109 net/bridge/br_netlink.c 	if (data[IFLA_BR_VLAN_DEFAULT_PVID]) {
IFLA_BR_VLAN_DEFAULT_PVID 1110 net/bridge/br_netlink.c 		__u16 defpvid = nla_get_u16(data[IFLA_BR_VLAN_DEFAULT_PVID]);
IFLA_BR_VLAN_DEFAULT_PVID 1438 net/bridge/br_netlink.c 	    nla_put_u16(skb, IFLA_BR_VLAN_DEFAULT_PVID, br->default_pvid) ||