Searched refs:IFLA_BRIDGE_VLAN_TUNNEL_FLAGS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink_tunnel.c | 26 nla_total_size(sizeof(u16)); /* IFLA_BRIDGE_VLAN_TUNNEL_FLAGS */ in __get_vlan_tinfo_size() 105 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, in br_fill_vlan_tinfo() 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]) in br_parse_vlan_tunnel_info() 247 flags = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]); in br_parse_vlan_tunnel_info()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink_tunnel.c | 26 nla_total_size(sizeof(u16)); /* IFLA_BRIDGE_VLAN_TUNNEL_FLAGS */ in __get_vlan_tinfo_size() 105 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()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 113 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bridge.h | 145 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 128 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 128 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bridge.h | 147 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator
|
Completed in 9 milliseconds