Home
last modified time | relevance | path

Searched refs:nla_port (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
3456 nla_port = attrs[IPVS_SVC_ATTR_PORT]; in ip_vs_genl_parse_service()
3459 if (!(nla_af && (nla_fwmark || (nla_port && nla_protocol && nla_addr)))) in ip_vs_genl_parse_service()
3474 usvc->port = nla_get_be16(nla_port); in ip_vs_genl_parse_service()
3645 struct nlattr *nla_addr, *nla_port; in ip_vs_genl_parse_dest() local
3654 nla_port = attrs[IPVS_DEST_ATTR_PORT]; in ip_vs_genl_parse_dest()
3657 if (!(nla_addr && nla_port)) in ip_vs_genl_parse_dest()
3663 udest->port = nla_get_be16(nla_port); in ip_vs_genl_parse_dest()