Home
last modified time | relevance | path

Searched refs:nla_af (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
3453 nla_af = attrs[IPVS_SVC_ATTR_AF]; in ip_vs_genl_parse_service()
3459 if (!(nla_af && (nla_fwmark || (nla_port && nla_protocol && nla_addr)))) in ip_vs_genl_parse_service()
3464 usvc->af = nla_get_u16(nla_af); in ip_vs_genl_parse_service()