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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c3489 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, local
3493 nla_sched = attrs[IPVS_SVC_ATTR_SCHED_NAME];
3499 if (!(nla_sched && nla_flags && nla_timeout && nla_netmask))
3511 usvc->sched_name = nla_data(nla_sched);

Completed in 108 milliseconds