get_options
get_options(str, 3, ints);
get_options(str, ARRAY_SIZE(ints), ints);
str = get_options(str, 3 + FD_MAX_UNITS, ints);
str = get_options(str, ARRAY_SIZE(ints), ints);
p = get_options(offsets, 0, &error);
get_options(buf, ARRAY_SIZE(value), value);
get_options(buf, ARRAY_SIZE(value), value);
str = get_options(str, ARRAY_SIZE(ints), ints);
str = get_options(str, ARRAY_SIZE(ints), ints);
str = get_options(str, ARRAY_SIZE(ints), ints);
(void) get_options(str, ARRAY_SIZE(ints), ints);
get_options(str, ARRAY_SIZE(ints), ints);
get_options(str, ARRAY_SIZE(ints), ints);
(void)get_options(str, ARRAY_SIZE(ints), ints);
stp = get_options(str, ARRAY_SIZE(ints), ints);
extern char *get_options(const char *str, int nints, int *ints);
EXPORT_SYMBOL(get_options);
get_options(buf, 0, &nints);
get_options(buf, nints + 1, ints);
get_options(in, ARRAY_SIZE(r), r);
get_options(in, 0, r);
.get_options = geneve_get_options,
.get_options = vxlan_get_options,
if (!vport->ops->get_options)
err = vport->ops->get_options(vport, skb);
int (*get_options)(const struct vport *, struct sk_buff *);
str = get_options(str, ARRAY_SIZE(ints), ints);