Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan_options.c109 struct nlattr *tun_tb[BRIDGE_VLANDB_TINFO_MAX + 1], *attr; in br_vlan_modify_tunnel() local
124 err = nla_parse_nested(tun_tb, BRIDGE_VLANDB_TINFO_MAX, attr, in br_vlan_modify_tunnel()
129 if (!tun_tb[BRIDGE_VLANDB_TINFO_CMD]) { in br_vlan_modify_tunnel()
133 cmd = nla_get_u32(tun_tb[BRIDGE_VLANDB_TINFO_CMD]); in br_vlan_modify_tunnel()
136 if (!tun_tb[BRIDGE_VLANDB_TINFO_ID]) { in br_vlan_modify_tunnel()
141 tun_id = nla_get_u32(tun_tb[BRIDGE_VLANDB_TINFO_ID]); in br_vlan_modify_tunnel()