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.py366 nla_flags = NLA_F_NESTED variable in ovsactions
398 nla_flags = NLA_F_NESTED variable in ovsactions.psample
431 nla_flags = NLA_F_NESTED variable in ovsactions.sample
474 nla_flags = NLA_F_NESTED variable in ovsactions.ctact
490 nla_flags = NLA_F_NESTED variable in ovsactions.ctact.natattr
575 nla_flags = NLA_F_NESTED variable in ovsactions.userspace
901 nla_flags = NLA_F_NESTED variable in ovskey
1480 nla_flags = NLA_F_NESTED variable in ovskey.ovs_key_tunnel
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3490 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, in ip_vs_genl_parse_service() local
3496 nla_flags = attrs[IPVS_SVC_ATTR_FLAGS]; in ip_vs_genl_parse_service()
3500 if (!(nla_sched && nla_flags && nla_timeout && nla_netmask)) in ip_vs_genl_parse_service()
3503 nla_memcpy(&flags, nla_flags, sizeof(flags)); in ip_vs_genl_parse_service()