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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c2631 struct nlattr *nla_af, *nla_port, *nla_fwmark, *nla_protocol, *nla_addr; local
2639 nla_protocol = attrs[IPVS_SVC_ATTR_PROTOCOL];
2644 if (!(nla_af && (nla_fwmark || (nla_port && nla_protocol && nla_addr))))
2661 usvc->protocol = nla_get_u16(nla_protocol);

Completed in 60 milliseconds