]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/netdev/netdev-gperf.gperf
Use consistent spelling of systemd.condition_first_boot argument
[thirdparty/systemd.git] / src / network / netdev / netdev-gperf.gperf
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 %{
3 #if __GNUC__ >= 7
4 _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
5 #endif
6 #include <stddef.h>
7 #include "bareudp.h"
8 #include "batadv.h"
9 #include "bond.h"
10 #include "bridge.h"
11 #include "conf-parser.h"
12 #include "fou-tunnel.h"
13 #include "geneve.h"
14 #include "ipoib.h"
15 #include "ipvlan.h"
16 #include "l2tp-tunnel.h"
17 #include "macsec.h"
18 #include "macvlan.h"
19 #include "net-condition.h"
20 #include "netdev.h"
21 #include "tunnel.h"
22 #include "tuntap.h"
23 #include "veth.h"
24 #include "vlan-util.h"
25 #include "vlan.h"
26 #include "vrf.h"
27 #include "vxcan.h"
28 #include "vxlan.h"
29 #include "wireguard.h"
30 #include "wlan.h"
31 #include "xfrm.h"
32 %}
33 struct ConfigPerfItem;
34 %null_strings
35 %language=ANSI-C
36 %define slot-name section_and_lvalue
37 %define hash-function-name network_netdev_gperf_hash
38 %define lookup-function-name network_netdev_gperf_lookup
39 %readonly-tables
40 %omit-struct-type
41 %struct-type
42 %includes
43 %%
44 Match.Host, config_parse_net_condition, CONDITION_HOST, offsetof(NetDev, conditions)
45 Match.Virtualization, config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(NetDev, conditions)
46 Match.KernelCommandLine, config_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, conditions)
47 Match.KernelVersion, config_parse_net_condition, CONDITION_KERNEL_VERSION, offsetof(NetDev, conditions)
48 Match.Credential, config_parse_net_condition, CONDITION_CREDENTIAL, offsetof(NetDev, conditions)
49 Match.Architecture, config_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(NetDev, conditions)
50 Match.Firmware, config_parse_net_condition, CONDITION_FIRMWARE, offsetof(NetDev, conditions)
51 NetDev.Description, config_parse_string, 0, offsetof(NetDev, description)
52 NetDev.Name, config_parse_ifname, 0, offsetof(NetDev, ifname)
53 NetDev.Kind, config_parse_netdev_kind, 0, offsetof(NetDev, kind)
54 NetDev.MTUBytes, config_parse_mtu, AF_UNSPEC, offsetof(NetDev, mtu)
55 NetDev.MACAddress, config_parse_netdev_hw_addr, ETH_ALEN, offsetof(NetDev, hw_addr)
56 VLAN.Id, config_parse_vlanid, 0, offsetof(VLan, id)
57 VLAN.Protocol, config_parse_vlanprotocol, 0, offsetof(VLan, protocol)
58 VLAN.GVRP, config_parse_tristate, 0, offsetof(VLan, gvrp)
59 VLAN.MVRP, config_parse_tristate, 0, offsetof(VLan, mvrp)
60 VLAN.LooseBinding, config_parse_tristate, 0, offsetof(VLan, loose_binding)
61 VLAN.ReorderHeader, config_parse_tristate, 0, offsetof(VLan, reorder_hdr)
62 VLAN.EgressQOSMaps, config_parse_vlan_qos_maps, 0, offsetof(VLan, egress_qos_maps)
63 VLAN.IngressQOSMaps, config_parse_vlan_qos_maps, 0, offsetof(VLan, ingress_qos_maps)
64 MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
65 MACVLAN.SourceMACAddress, config_parse_ether_addrs, 0, offsetof(MacVlan, match_source_mac)
66 MACVLAN.BroadcastMulticastQueueLength, config_parse_macvlan_broadcast_queue_size, 0, offsetof(MacVlan, bc_queue_length)
67 MACVLAN.BroadcastQueueThreshold, config_parse_macvlan_broadcast_queue_threshold, 0, offsetof(MacVlan, bc_queue_threshold)
68 MACVTAP.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
69 MACVTAP.SourceMACAddress, config_parse_ether_addrs, 0, offsetof(MacVlan, match_source_mac)
70 IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
71 IPVLAN.Flags, config_parse_ipvlan_flags, 0, offsetof(IPVlan, flags)
72 IPVTAP.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
73 IPVTAP.Flags, config_parse_ipvlan_flags, 0, offsetof(IPVlan, flags)
74 Tunnel.Local, config_parse_tunnel_local_address, 0, 0
75 Tunnel.Remote, config_parse_tunnel_remote_address, 0, 0
76 Tunnel.TOS, config_parse_unsigned, 0, offsetof(Tunnel, tos)
77 Tunnel.TTL, config_parse_unsigned, 0, offsetof(Tunnel, ttl)
78 Tunnel.Key, config_parse_tunnel_key, 0, offsetof(Tunnel, key)
79 Tunnel.InputKey, config_parse_tunnel_key, 0, offsetof(Tunnel, ikey)
80 Tunnel.OutputKey, config_parse_tunnel_key, 0, offsetof(Tunnel, okey)
81 Tunnel.DiscoverPathMTU, config_parse_tristate, 0, offsetof(Tunnel, pmtudisc)
82 Tunnel.IgnoreDontFragment, config_parse_bool, 0, offsetof(Tunnel, ignore_df)
83 Tunnel.Mode, config_parse_ip6tnl_mode, 0, offsetof(Tunnel, ip6tnl_mode)
84 Tunnel.IPv6FlowLabel, config_parse_ipv6_flowlabel, 0, 0
85 Tunnel.CopyDSCP, config_parse_bool, 0, offsetof(Tunnel, copy_dscp)
86 Tunnel.EncapsulationLimit, config_parse_encap_limit, 0, 0
87 Tunnel.Independent, config_parse_bool, 0, offsetof(Tunnel, independent)
88 Tunnel.AssignToLoopback, config_parse_bool, 0, offsetof(Tunnel, assign_to_loopback)
89 Tunnel.AllowLocalRemote, config_parse_tristate, 0, offsetof(Tunnel, allow_localremote)
90 Tunnel.FooOverUDP, config_parse_bool, 0, offsetof(Tunnel, fou_tunnel)
91 Tunnel.FOUDestinationPort, config_parse_ip_port, 0, offsetof(Tunnel, fou_destination_port)
92 Tunnel.FOUSourcePort, config_parse_ip_port, 0, offsetof(Tunnel, encap_src_port)
93 Tunnel.Encapsulation, config_parse_fou_encap_type, 0, offsetof(Tunnel, fou_encap_type)
94 Tunnel.IPv6RapidDeploymentPrefix, config_parse_6rd_prefix, 0, 0
95 Tunnel.ERSPANVersion, config_parse_erspan_version, 0, offsetof(Tunnel, erspan_version)
96 Tunnel.ERSPANIndex, config_parse_erspan_index, 0, offsetof(Tunnel, erspan_index)
97 Tunnel.ERSPANDirection, config_parse_erspan_direction, 0, offsetof(Tunnel, erspan_direction)
98 Tunnel.ERSPANHardwareId, config_parse_erspan_hwid, 0, offsetof(Tunnel, erspan_hwid)
99 Tunnel.SerializeTunneledPackets, config_parse_tristate, 0, offsetof(Tunnel, gre_erspan_sequence)
100 Tunnel.ISATAP, config_parse_tristate, 0, offsetof(Tunnel, isatap)
101 Tunnel.External, config_parse_bool, 0, offsetof(Tunnel, external)
102 FooOverUDP.Protocol, config_parse_ip_protocol, 0, offsetof(FouTunnel, fou_protocol)
103 FooOverUDP.Encapsulation, config_parse_fou_encap_type, 0, offsetof(FouTunnel, fou_encap_type)
104 FooOverUDP.Port, config_parse_ip_port, 0, offsetof(FouTunnel, port)
105 FooOverUDP.PeerPort, config_parse_ip_port, 0, offsetof(FouTunnel, peer_port)
106 FooOverUDP.Local, config_parse_fou_tunnel_address, 0, offsetof(FouTunnel, local)
107 FooOverUDP.Peer, config_parse_fou_tunnel_address, 0, offsetof(FouTunnel, peer)
108 L2TP.TunnelId, config_parse_l2tp_tunnel_id, 0, offsetof(L2tpTunnel, tunnel_id)
109 L2TP.PeerTunnelId, config_parse_l2tp_tunnel_id, 0, offsetof(L2tpTunnel, peer_tunnel_id)
110 L2TP.UDPSourcePort, config_parse_ip_port, 0, offsetof(L2tpTunnel, l2tp_udp_sport)
111 L2TP.UDPDestinationPort, config_parse_ip_port, 0, offsetof(L2tpTunnel, l2tp_udp_dport)
112 L2TP.Local, config_parse_l2tp_tunnel_local_address, 0, 0
113 L2TP.Remote, config_parse_l2tp_tunnel_remote_address, 0, 0
114 L2TP.EncapsulationType, config_parse_l2tp_encap_type, 0, offsetof(L2tpTunnel, l2tp_encap_type)
115 L2TP.UDPCheckSum, config_parse_bool, 0, offsetof(L2tpTunnel, udp_csum)
116 L2TP.UDP6CheckSumRx, config_parse_bool, 0, offsetof(L2tpTunnel, udp6_csum_rx)
117 L2TP.UDP6CheckSumTx, config_parse_bool, 0, offsetof(L2tpTunnel, udp6_csum_tx)
118 L2TPSession.SessionId, config_parse_l2tp_session_id, 0, 0
119 L2TPSession.PeerSessionId, config_parse_l2tp_session_id, 0, 0
120 L2TPSession.Layer2SpecificHeader, config_parse_l2tp_session_l2spec, 0, 0
121 L2TPSession.Name, config_parse_l2tp_session_name, 0, 0
122 Peer.Name, config_parse_ifname, 0, offsetof(Veth, ifname_peer)
123 Peer.MACAddress, config_parse_netdev_hw_addr, ETH_ALEN, offsetof(Veth, hw_addr_peer)
124 VXCAN.Peer, config_parse_ifname, 0, offsetof(VxCan, ifname_peer)
125 VXLAN.VNI, config_parse_uint32, 0, offsetof(VxLan, vni)
126 VXLAN.Id, config_parse_uint32, 0, offsetof(VxLan, vni) /* deprecated */
127 VXLAN.Group, config_parse_vxlan_address, 0, offsetof(VxLan, group)
128 VXLAN.Local, config_parse_vxlan_address, 0, offsetof(VxLan, local)
129 VXLAN.Remote, config_parse_vxlan_address, 0, offsetof(VxLan, remote)
130 VXLAN.TOS, config_parse_unsigned, 0, offsetof(VxLan, tos)
131 VXLAN.TTL, config_parse_vxlan_ttl, 0, offsetof(VxLan, ttl)
132 VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning)
133 VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
134 VXLAN.ReduceARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy)
135 VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss)
136 VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss)
137 VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit)
138 VXLAN.UDPCheckSum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
139 VXLAN.UDPChecksum, config_parse_bool, 0, offsetof(VxLan, udpcsum)
140 VXLAN.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
141 VXLAN.UDP6ZeroChecksumRx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumrx)
142 VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
143 VXLAN.UDP6ZeroChecksumTx, config_parse_bool, 0, offsetof(VxLan, udp6zerocsumtx)
144 VXLAN.RemoteChecksumTx, config_parse_bool, 0, offsetof(VxLan, remote_csum_tx)
145 VXLAN.RemoteChecksumRx, config_parse_bool, 0, offsetof(VxLan, remote_csum_rx)
146 VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing)
147 VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
148 VXLAN.GenericProtocolExtension, config_parse_bool, 0, offsetof(VxLan, generic_protocol_extension)
149 VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb)
150 VXLAN.PortRange, config_parse_port_range, 0, 0
151 VXLAN.DestinationPort, config_parse_ip_port, 0, offsetof(VxLan, dest_port)
152 VXLAN.FlowLabel, config_parse_flow_label, 0, 0
153 VXLAN.IPDoNotFragment, config_parse_df, 0, offsetof(VxLan, df)
154 VXLAN.Independent, config_parse_bool, 0, offsetof(VxLan, independent)
155 GENEVE.Id, config_parse_geneve_vni, 0, offsetof(Geneve, id)
156 GENEVE.Remote, config_parse_geneve_address, 0, offsetof(Geneve, remote)
157 GENEVE.TOS, config_parse_uint8, 0, offsetof(Geneve, tos)
158 GENEVE.TTL, config_parse_geneve_ttl, 0, offsetof(Geneve, ttl)
159 GENEVE.UDPChecksum, config_parse_bool, 0, offsetof(Geneve, udpcsum)
160 GENEVE.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumrx)
161 GENEVE.UDP6ZeroChecksumRx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumrx)
162 GENEVE.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumtx)
163 GENEVE.UDP6ZeroChecksumTx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumtx)
164 GENEVE.DestinationPort, config_parse_ip_port, 0, offsetof(Geneve, dest_port)
165 GENEVE.IPDoNotFragment, config_parse_geneve_df, 0, offsetof(Geneve, geneve_df)
166 GENEVE.FlowLabel, config_parse_geneve_flow_label, 0, 0
167 GENEVE.InheritInnerProtocol, config_parse_bool, 0, offsetof(Geneve, inherit_inner_protocol)
168 MACsec.Port, config_parse_macsec_port, 0, 0
169 MACsec.Encrypt, config_parse_tristate, 0, offsetof(MACsec, encrypt)
170 MACsecReceiveChannel.Port, config_parse_macsec_port, 0, 0
171 MACsecReceiveChannel.MACAddress, config_parse_macsec_hw_address, 0, 0
172 MACsecTransmitAssociation.PacketNumber, config_parse_macsec_packet_number, 0, 0
173 MACsecTransmitAssociation.KeyId, config_parse_macsec_key_id, 0, 0
174 MACsecTransmitAssociation.Key, config_parse_macsec_key, 0, 0
175 MACsecTransmitAssociation.KeyFile, config_parse_macsec_key_file, 0, 0
176 MACsecTransmitAssociation.Activate, config_parse_macsec_sa_activate, 0, 0
177 MACsecTransmitAssociation.UseForEncoding, config_parse_macsec_use_for_encoding, 0, 0
178 MACsecReceiveAssociation.Port, config_parse_macsec_port, 0, 0
179 MACsecReceiveAssociation.MACAddress, config_parse_macsec_hw_address, 0, 0
180 MACsecReceiveAssociation.PacketNumber, config_parse_macsec_packet_number, 0, 0
181 MACsecReceiveAssociation.KeyId, config_parse_macsec_key_id, 0, 0
182 MACsecReceiveAssociation.Key, config_parse_macsec_key, 0, 0
183 MACsecReceiveAssociation.KeyFile, config_parse_macsec_key_file, 0, 0
184 MACsecReceiveAssociation.Activate, config_parse_macsec_sa_activate, 0, 0
185 Tun.OneQueue, config_parse_warn_compat, DISABLED_LEGACY, 0
186 Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
187 Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
188 Tun.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
189 Tun.User, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(TunTap, user_name)
190 Tun.Group, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(TunTap, group_name)
191 Tun.KeepCarrier, config_parse_bool, 0, offsetof(TunTap, keep_fd)
192 Tap.OneQueue, config_parse_warn_compat, DISABLED_LEGACY, 0
193 Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
194 Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
195 Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
196 Tap.User, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(TunTap, user_name)
197 Tap.Group, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(TunTap, group_name)
198 Tap.KeepCarrier, config_parse_bool, 0, offsetof(TunTap, keep_fd)
199 Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)
200 Bond.TransmitHashPolicy, config_parse_bond_xmit_hash_policy, 0, offsetof(Bond, xmit_hash_policy)
201 Bond.LACPTransmitRate, config_parse_bond_lacp_rate, 0, offsetof(Bond, lacp_rate)
202 Bond.AdSelect, config_parse_bond_ad_select, 0, offsetof(Bond, ad_select)
203 Bond.FailOverMACPolicy, config_parse_bond_fail_over_mac, 0, offsetof(Bond, fail_over_mac)
204 Bond.ARPIPTargets, config_parse_arp_ip_target_address, 0, 0
205 Bond.ARPValidate, config_parse_bond_arp_validate, 0, offsetof(Bond, arp_validate)
206 Bond.ARPAllTargets, config_parse_bond_arp_all_targets, 0, offsetof(Bond, arp_all_targets)
207 Bond.PrimaryReselectPolicy, config_parse_bond_primary_reselect, 0, offsetof(Bond, primary_reselect)
208 Bond.ResendIGMP, config_parse_unsigned, 0, offsetof(Bond, resend_igmp)
209 Bond.PacketsPerSlave, config_parse_unsigned, 0, offsetof(Bond, packets_per_slave)
210 Bond.GratuitousARP, config_parse_unsigned, 0, offsetof(Bond, num_grat_arp)
211 Bond.AllSlavesActive, config_parse_bool, 0, offsetof(Bond, all_slaves_active)
212 Bond.DynamicTransmitLoadBalancing, config_parse_tristate, 0, offsetof(Bond, tlb_dynamic_lb)
213 Bond.MinLinks, config_parse_unsigned, 0, offsetof(Bond, min_links)
214 Bond.MIIMonitorSec, config_parse_sec, 0, offsetof(Bond, miimon)
215 Bond.UpDelaySec, config_parse_sec, 0, offsetof(Bond, updelay)
216 Bond.DownDelaySec, config_parse_sec, 0, offsetof(Bond, downdelay)
217 Bond.ARPIntervalSec, config_parse_sec, 0, offsetof(Bond, arp_interval)
218 Bond.LearnPacketIntervalSec, config_parse_sec, 0, offsetof(Bond, lp_interval)
219 Bond.PeerNotifyDelaySec, config_parse_sec, 0, offsetof(Bond, peer_notify_delay)
220 Bond.AdActorSystemPriority, config_parse_ad_actor_sys_prio, 0, offsetof(Bond, ad_actor_sys_prio)
221 Bond.AdUserPortKey, config_parse_ad_user_port_key, 0, offsetof(Bond, ad_user_port_key)
222 Bond.AdActorSystem, config_parse_ad_actor_system, 0, offsetof(Bond, ad_actor_system)
223 Bond.ARPMissedMax, config_parse_uint8, 0, offsetof(Bond, arp_missed_max)
224 Bridge.HelloTimeSec, config_parse_sec, 0, offsetof(Bridge, hello_time)
225 Bridge.MaxAgeSec, config_parse_sec, 0, offsetof(Bridge, max_age)
226 Bridge.AgeingTimeSec, config_parse_sec, 0, offsetof(Bridge, ageing_time)
227 Bridge.ForwardDelaySec, config_parse_sec, 0, offsetof(Bridge, forward_delay)
228 Bridge.Priority, config_parse_uint16, 0, offsetof(Bridge, priority)
229 Bridge.GroupForwardMask, config_parse_uint16, 0, offsetof(Bridge, group_fwd_mask)
230 Bridge.DefaultPVID, config_parse_default_port_vlanid, 0, offsetof(Bridge, default_pvid)
231 Bridge.MulticastQuerier, config_parse_tristate, 0, offsetof(Bridge, mcast_querier)
232 Bridge.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping)
233 Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
234 Bridge.VLANProtocol, config_parse_vlanprotocol, 0, offsetof(Bridge, vlan_protocol)
235 Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp)
236 Bridge.MulticastIGMPVersion, config_parse_uint8, 0, offsetof(Bridge, igmp_version)
237 VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */
238 VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table)
239 BareUDP.DestinationPort, config_parse_ip_port, 0, offsetof(BareUDP, dest_port)
240 BareUDP.EtherType, config_parse_bare_udp_iftype, 0, offsetof(BareUDP, iftype)
241 WireGuard.FirewallMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark)
242 WireGuard.FwMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark) /* deprecated */
243 WireGuard.ListenPort, config_parse_wireguard_listen_port, 0, offsetof(Wireguard, port)
244 WireGuard.PrivateKey, config_parse_wireguard_private_key, 0, 0
245 WireGuard.PrivateKeyFile, config_parse_wireguard_private_key_file, 0, 0
246 WireGuard.RouteTable, config_parse_wireguard_route_table, 0, offsetof(Wireguard, route_table)
247 WireGuard.RouteMetric, config_parse_wireguard_route_priority, 0, offsetof(Wireguard, route_priority)
248 WireGuardPeer.AllowedIPs, config_parse_wireguard_allowed_ips, 0, 0
249 WireGuardPeer.Endpoint, config_parse_wireguard_endpoint, 0, 0
250 WireGuardPeer.PublicKey, config_parse_wireguard_peer_key, 0, 0
251 WireGuardPeer.PresharedKey, config_parse_wireguard_peer_key, 0, 0
252 WireGuardPeer.PresharedKeyFile, config_parse_wireguard_preshared_key_file, 0, 0
253 WireGuardPeer.PersistentKeepalive, config_parse_wireguard_keepalive, 0, 0
254 WireGuardPeer.RouteTable, config_parse_wireguard_peer_route_table, 0, 0
255 WireGuardPeer.RouteMetric, config_parse_wireguard_peer_route_priority,0, 0
256 Xfrm.InterfaceId, config_parse_uint32, 0, offsetof(Xfrm, if_id)
257 Xfrm.Independent, config_parse_bool, 0, offsetof(Xfrm, independent)
258 BatmanAdvanced.Aggregation, config_parse_bool, 0, offsetof(BatmanAdvanced, aggregation)
259 BatmanAdvanced.BridgeLoopAvoidance, config_parse_bool, 0, offsetof(BatmanAdvanced, bridge_loop_avoidance)
260 BatmanAdvanced.DistributedArpTable, config_parse_bool, 0, offsetof(BatmanAdvanced, distributed_arp_table)
261 BatmanAdvanced.Fragmentation, config_parse_bool, 0, offsetof(BatmanAdvanced, fragmentation)
262 BatmanAdvanced.GatewayMode, config_parse_batadv_gateway_mode, 0, offsetof(BatmanAdvanced, gateway_mode)
263 BatmanAdvanced.GatewayBandwithDown, config_parse_badadv_bandwidth, 0, offsetof(BatmanAdvanced, gateway_bandwidth_down)
264 BatmanAdvanced.GatewayBandwithUp, config_parse_badadv_bandwidth, 0, offsetof(BatmanAdvanced, gateway_bandwidth_up)
265 BatmanAdvanced.GatewayBandwidthDown, config_parse_badadv_bandwidth, 0, offsetof(BatmanAdvanced, gateway_bandwidth_down)
266 BatmanAdvanced.GatewayBandwidthUp, config_parse_badadv_bandwidth, 0, offsetof(BatmanAdvanced, gateway_bandwidth_up)
267 BatmanAdvanced.HopPenalty, config_parse_uint8, 0, offsetof(BatmanAdvanced, hop_penalty)
268 BatmanAdvanced.OriginatorIntervalSec, config_parse_sec, 0, offsetof(BatmanAdvanced, originator_interval)
269 BatmanAdvanced.RoutingAlgorithm, config_parse_batadv_routing_algorithm, 0, offsetof(BatmanAdvanced, routing_algorithm)
270 IPoIB.PartitionKey, config_parse_ipoib_pkey, 0, offsetof(IPoIB, pkey)
271 IPoIB.Mode, config_parse_ipoib_mode, 0, offsetof(IPoIB, mode)
272 IPoIB.IgnoreUserspaceMulticastGroups, config_parse_tristate, 0, offsetof(IPoIB, umcast)
273 WLAN.PhysicalDevice, config_parse_wiphy, 0, 0
274 WLAN.Type, config_parse_wlan_iftype, 0, offsetof(WLan, iftype)
275 WLAN.WDS, config_parse_tristate, 0, offsetof(WLan, wds)