Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_netlink_tunnel.c105 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, in br_fill_vlan_tinfo()
193 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
243 if (tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]) in br_parse_vlan_tunnel_info()
244 flags = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]); in br_parse_vlan_tunnel_info()
/linux/include/uapi/linux/
A Dif_bridge.h146 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator

Completed in 6 milliseconds