Searched refs:get_options (Results 1 – 5 of 5) sorted by relevance
306 if (!vport->ops->get_options) in ovs_vport_get_options()313 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
121 .get_options = geneve_get_options,
129 int (*get_options)(const struct vport *, struct sk_buff *); member
150 .get_options = vxlan_get_options,
786 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()