Searched refs:nla_flags (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 279 nla_flags = NLA_F_NESTED variable in ovsactions 310 nla_flags = NLA_F_NESTED variable in ovsactions.ctact 326 nla_flags = NLA_F_NESTED variable in ovsactions.ctact.natattr 411 nla_flags = NLA_F_NESTED variable in ovsactions.userspace 660 nla_flags = NLA_F_NESTED variable in ovskey
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 3250 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, in ip_vs_genl_parse_service() local 3256 nla_flags = attrs[IPVS_SVC_ATTR_FLAGS]; in ip_vs_genl_parse_service() 3260 if (!(nla_sched && nla_flags && nla_timeout && nla_netmask)) in ip_vs_genl_parse_service() 3263 nla_memcpy(&flags, nla_flags, sizeof(flags)); in ip_vs_genl_parse_service()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 3489 struct nlattr *nla_sched, *nla_flags, *nla_pe, *nla_timeout, in ip_vs_genl_parse_service() local 3495 nla_flags = attrs[IPVS_SVC_ATTR_FLAGS]; in ip_vs_genl_parse_service() 3499 if (!(nla_sched && nla_flags && nla_timeout && nla_netmask)) in ip_vs_genl_parse_service() 3502 nla_memcpy(&flags, nla_flags, sizeof(flags)); in ip_vs_genl_parse_service()
|
Completed in 12 milliseconds