Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py365 nla_flags = NLA_F_NESTED variable in ovsactions
397 nla_flags = NLA_F_NESTED variable in ovsactions.psample
430 nla_flags = NLA_F_NESTED variable in ovsactions.sample
473 nla_flags = NLA_F_NESTED variable in ovsactions.ctact
489 nla_flags = NLA_F_NESTED variable in ovsactions.ctact.natattr
574 nla_flags = NLA_F_NESTED variable in ovsactions.userspace
900 nla_flags = NLA_F_NESTED variable in ovskey
1479 nla_flags = NLA_F_NESTED variable in ovskey.ovs_key_tunnel
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4112 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, in ip_vs_genl_parse_service() local
4118 nla_flags = attrs[IPVS_SVC_ATTR_FLAGS]; in ip_vs_genl_parse_service()
4122 if (!(nla_sched && nla_flags && nla_timeout && nla_netmask)) in ip_vs_genl_parse_service()
4125 nla_memcpy(&flags, nla_flags, sizeof(flags)); in ip_vs_genl_parse_service()