Home
last modified time | relevance | path

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

/net/openvswitch/
Dvport.c306 if (!vport->ops->get_options) in ovs_vport_get_options()
313 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
Dvport-geneve.c121 .get_options = geneve_get_options,
Dvport.h129 int (*get_options)(const struct vport *, struct sk_buff *); member
Dvport-vxlan.c150 .get_options = vxlan_get_options,
/net/core/
Ddev.c786 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()