Searched refs:IFLA_VXLAN_GROUP (Results 1 – 3 of 3) sorted by relevance
722 IFLA_VXLAN_GROUP, /* group or remote address */ enumerator
800 IFLA_VXLAN_GROUP, /* group or remote address */ enumerator
3219 [IFLA_VXLAN_GROUP] = { .len = sizeof_field(struct iphdr, daddr) },3893 if (data[IFLA_VXLAN_GROUP]) { in vxlan_nl2conf()3895 …NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_GROUP], "New group address family does not match old gro… in vxlan_nl2conf()3899 conf->remote_ip.sin.sin_addr.s_addr = nla_get_in_addr(data[IFLA_VXLAN_GROUP]); in vxlan_nl2conf()4295 if (nla_put_in_addr(skb, IFLA_VXLAN_GROUP, in vxlan_fill_info()
Completed in 23 milliseconds