Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/ipvs/
Dip_vs_ctl.c3249 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, in ip_vs_genl_parse_service() local
3254 nla_pe = attrs[IPVS_SVC_ATTR_PE_NAME]; in ip_vs_genl_parse_service()
3272 usvc->pe_name = nla_pe ? nla_data(nla_pe) : NULL; in ip_vs_genl_parse_service()