Home
last modified time | relevance | path

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

/linux/drivers/net/vxlan/
H A Dvxlan_core.c4029 static int vxlan_nl2flag(struct vxlan_config *conf, struct nlattr *tb[], in vxlan_nl2flag() function
4140 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_TTL_INHERIT, in vxlan_nl2conf()
4155 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_LEARNING, in vxlan_nl2conf()
4169 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_PROXY, in vxlan_nl2conf()
4177 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_RSC, in vxlan_nl2conf()
4185 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_L2MISS, in vxlan_nl2conf()
4193 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_L3MISS, in vxlan_nl2conf()
4210 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_COLLECT_METADATA, in vxlan_nl2conf()
4250 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_LOCALBYPASS, in vxlan_nl2conf()
4261 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_UDP_ZERO_CSUM6_TX, in vxlan_nl2conf()
[all …]