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

/linux-master/net/bridge/
H A Dbr_netlink_tunnel.c26 nla_total_size(sizeof(u16)); /* IFLA_BRIDGE_VLAN_TUNNEL_FLAGS */
105 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_FLAGS,
192 .strict_start_type = IFLA_BRIDGE_VLAN_TUNNEL_FLAGS + 1
196 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
246 if (tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS])
247 flags = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]);
/linux-master/include/uapi/linux/
H A Dif_bridge.h147 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator in enum:__anon3527

Completed in 133 milliseconds