Searched refs:vxlan_nl2flag (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ |
| D | vxlan.c | 3652 static int vxlan_nl2flag(struct vxlan_config *conf, struct nlattr *tb[], in vxlan_nl2flag() function 3759 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_TTL_INHERIT, in vxlan_nl2conf() 3772 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_LEARNING, in vxlan_nl2conf() 3786 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_PROXY, in vxlan_nl2conf() 3794 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_RSC, in vxlan_nl2conf() 3802 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_L2MISS, in vxlan_nl2conf() 3810 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_L3MISS, in vxlan_nl2conf() 3827 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_COLLECT_METADATA, in vxlan_nl2conf() 3867 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_UDP_ZERO_CSUM6_TX, in vxlan_nl2conf() 3875 err = vxlan_nl2flag(conf, data, IFLA_VXLAN_UDP_ZERO_CSUM6_RX, in vxlan_nl2conf() [all …]
|