Searched refs:should_netlink (Results 1 – 3 of 3) sorted by relevance
60 if (state->opts.should_netlink) in setup_event_route_up()84 if (state->opts.should_netlink) in setup_event_route_up()
138 opts->should_netlink = DEFAULT_USE_NETLINK; in set_conf_defaults()160 opts->should_netlink = 0; in parse_argv()369 opts->should_netlink = e->value ? !strcmp (e->value, "yes") : 1; in load_conf()
128 int should_netlink; member