Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/plugins/
H A Doverlay_vxlan.c76 static const char *vxlan_props[] = { variable
221 if (strcmp(pr_name, vxlan_props[0]) == 0) { in vxlan_o_getprop()
237 if (strcmp(pr_name, vxlan_props[1]) == 0) { in vxlan_o_getprop()
260 if (strcmp(pr_name, vxlan_props[0]) == 0) { in vxlan_o_setprop()
290 if (strcmp(pr_name, vxlan_props[1]) == 0) { in vxlan_o_setprop()
310 if (strcmp(pr_name, vxlan_props[0]) == 0) { in vxlan_o_propinfo()
311 overlay_prop_set_name(phdl, vxlan_props[0]); in vxlan_o_propinfo()
318 if (strcmp(pr_name, vxlan_props[1]) == 0) { in vxlan_o_propinfo()
319 overlay_prop_set_name(phdl, vxlan_props[1]); in vxlan_o_propinfo()
368 ovrp->ovep_props = vxlan_props; in _init()