Searched refs:NETDEV_COMMON_SECTIONS (Results 1 – 25 of 28) sorted by relevance
12
/systemd-251/src/network/netdev/ |
D | tunnel.c | 1050 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1061 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1072 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1083 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1094 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1105 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1117 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1128 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1140 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0", 1151 .sections = NETDEV_COMMON_SECTIONS "Tunnel\0",
|
D | ipvlan.c | 65 .sections = NETDEV_COMMON_SECTIONS "IPVLAN\0", 75 .sections = NETDEV_COMMON_SECTIONS "IPVTAP\0",
|
D | macvlan.c | 155 .sections = NETDEV_COMMON_SECTIONS "MACVTAP\0", 166 .sections = NETDEV_COMMON_SECTIONS "MACVLAN\0",
|
D | tuntap.c | 150 .sections = NETDEV_COMMON_SECTIONS "Tun\0", 160 .sections = NETDEV_COMMON_SECTIONS "Tap\0",
|
D | vcan.c | 9 .sections = NETDEV_COMMON_SECTIONS,
|
D | netdevsim.c | 9 .sections = NETDEV_COMMON_SECTIONS,
|
D | dummy.c | 9 .sections = NETDEV_COMMON_SECTIONS,
|
D | ifb.c | 10 .sections = NETDEV_COMMON_SECTIONS,
|
D | nlmon.c | 21 .sections = NETDEV_COMMON_SECTIONS,
|
D | vrf.c | 30 .sections = NETDEV_COMMON_SECTIONS "VRF\0",
|
D | xfrm.c | 50 .sections = NETDEV_COMMON_SECTIONS "Xfrm\0",
|
D | vxcan.c | 68 .sections = NETDEV_COMMON_SECTIONS "VXCAN\0",
|
D | bareudp.c | 80 .sections = NETDEV_COMMON_SECTIONS "BareUDP\0",
|
D | veth.c | 91 .sections = NETDEV_COMMON_SECTIONS "Peer\0",
|
D | ipoib.c | 156 .sections = NETDEV_COMMON_SECTIONS "IPoIB\0",
|
D | batadv.c | 210 .sections = NETDEV_COMMON_SECTIONS "BatmanAdvanced\0",
|
D | netdev.h | 16 #define NETDEV_COMMON_SECTIONS "Match\0NetDev\0" macro
|
D | wlan.c | 252 .sections = NETDEV_COMMON_SECTIONS "WLAN\0",
|
D | vlan.c | 228 .sections = NETDEV_COMMON_SECTIONS "VLAN\0",
|
D | fou-tunnel.c | 283 .sections = NETDEV_COMMON_SECTIONS "FooOverUDP\0",
|
D | geneve.c | 293 .sections = NETDEV_COMMON_SECTIONS "GENEVE\0",
|
D | bridge.c | 285 .sections = NETDEV_COMMON_SECTIONS "Bridge\0",
|
D | bond.c | 452 .sections = NETDEV_COMMON_SECTIONS "Bond\0",
|
D | vxlan.c | 462 .sections = NETDEV_COMMON_SECTIONS "VXLAN\0",
|
D | netdev.c | 772 NETDEV_COMMON_SECTIONS NETDEV_OTHER_SECTIONS, in netdev_load_one()
|
12