Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3445 struct nlattr *nla_af, *nla_port, *nla_fwmark, *nla_protocol, *nla_addr; in ip_vs_genl_parse_service() local
3454 nla_protocol = attrs[IPVS_SVC_ATTR_PROTOCOL]; in ip_vs_genl_parse_service()
3459 if (!(nla_af && (nla_fwmark || (nla_port && nla_protocol && nla_addr)))) in ip_vs_genl_parse_service()
3472 usvc->protocol = nla_get_u16(nla_protocol); in ip_vs_genl_parse_service()