Searched refs:opts_type (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.c511 int opts_type = 0; ipv4_tun_from_nlattr() local
571 if (opts_type) { nla_for_each_nested()
581 opts_type = type; nla_for_each_nested()
584 if (opts_type) { nla_for_each_nested()
594 opts_type = type; nla_for_each_nested()
623 return opts_type;
1751 int err = 0, start, opts_type; validate_and_copy_set_tun() local
1754 opts_type = ipv4_tun_from_nlattr(nla_data(attr), &match, false, log); validate_and_copy_set_tun()
1755 if (opts_type < 0) validate_and_copy_set_tun()
1756 return opts_type; validate_and_copy_set_tun()
1759 switch (opts_type) { validate_and_copy_set_tun()

Completed in 187 milliseconds