Searched refs:tun_tb (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/bridge/
H A Dbr_vlan_options.c142 struct nlattr *tun_tb[BRIDGE_VLANDB_TINFO_MAX + 1], *attr; local
157 err = nla_parse_nested(tun_tb, BRIDGE_VLANDB_TINFO_MAX, attr,
162 if (!tun_tb[BRIDGE_VLANDB_TINFO_CMD]) {
166 cmd = nla_get_u32(tun_tb[BRIDGE_VLANDB_TINFO_CMD]);
169 if (!tun_tb[BRIDGE_VLANDB_TINFO_ID]) {
174 tun_id = nla_get_u32(tun_tb[BRIDGE_VLANDB_TINFO_ID]);

Completed in 178 milliseconds