Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dnetlink.h225 #define NLA_F_NESTED (1 << 15) macro
227 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/Linux-v4.19/include/uapi/linux/
Dnetlink.h225 #define NLA_F_NESTED (1 << 15) macro
227 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/Linux-v4.19/net/netfilter/
Dnf_conntrack_netlink.c66 nest_parms = nla_nest_start(skb, CTA_TUPLE_PROTO | NLA_F_NESTED); in ctnetlink_dump_tuples_proto()
107 nest_parms = nla_nest_start(skb, CTA_TUPLE_IP | NLA_F_NESTED); in ctnetlink_dump_tuples_ip()
191 nest_proto = nla_nest_start(skb, CTA_PROTOINFO | NLA_F_NESTED); in ctnetlink_dump_protoinfo()
219 nest_helper = nla_nest_start(skb, CTA_HELP | NLA_F_NESTED); in ctnetlink_dump_helpinfo()
253 nest_count = nla_nest_start(skb, attr | NLA_F_NESTED); in dump_counters()
297 nest_count = nla_nest_start(skb, CTA_TIMESTAMP | NLA_F_NESTED); in ctnetlink_dump_timestamp()
341 nest_secctx = nla_nest_start(skb, CTA_SECCTX | NLA_F_NESTED); in ctnetlink_dump_secctx()
401 nest_parms = nla_nest_start(skb, CTA_TUPLE_MASTER | NLA_F_NESTED); in ctnetlink_dump_master()
419 nest_parms = nla_nest_start(skb, type | NLA_F_NESTED); in dump_ct_seq_adj()
471 nest_parms = nla_nest_start(skb, CTA_SYNPROXY | NLA_F_NESTED); in ctnetlink_dump_ct_synproxy()
[all …]
Dnfnetlink_cthelper.c465 nest_parms = nla_nest_start(skb, NFCTH_TUPLE | NLA_F_NESTED); in nfnl_cthelper_dump_tuple()
490 nest_parms1 = nla_nest_start(skb, NFCTH_POLICY | NLA_F_NESTED); in nfnl_cthelper_dump_policy()
500 (NFCTH_POLICY_SET+i) | NLA_F_NESTED); in nfnl_cthelper_dump_policy()
Dnfnetlink_cttimeout.c194 CTA_TIMEOUT_DATA | NLA_F_NESTED); in ctnl_timeout_fill_info()
420 CTA_TIMEOUT_DATA | NLA_F_NESTED); in cttimeout_default_fill_info()
Dnf_conntrack_proto_dccp.c607 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_DCCP | NLA_F_NESTED); in dccp_to_nlattr()
Dnf_conntrack_proto_sctp.c529 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_SCTP | NLA_F_NESTED); in sctp_to_nlattr()
Dnft_ct.c921 nest_params = nla_nest_start(skb, NFTA_CT_TIMEOUT_DATA | NLA_F_NESTED); in nft_ct_timeout_obj_dump()
Dnf_conntrack_proto_tcp.c1174 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_TCP | NLA_F_NESTED); in tcp_to_nlattr()
Dnfnetlink_queue.c354 nest = nla_nest_start(skb, NFQA_VLAN | NLA_F_NESTED); in nfqnl_put_bridge()
/Linux-v4.19/include/uapi/rdma/
Drdma_netlink.h188 #define RDMA_NLA_TYPE_MASK (~(NLA_F_NESTED | NLA_F_NET_BYTEORDER | \
/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set.h404 #define ipset_nest_start(skb, attr) nla_nest_start(skb, attr | NLA_F_NESTED)
/Linux-v4.19/tools/lib/bpf/
Dbpf.c559 nla->nla_type = NLA_F_NESTED | IFLA_XDP; in bpf_set_link_xdp_fd()
/Linux-v4.19/net/bridge/
Dbr_netlink.c417 = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in br_fill_ifinfo()
876 if (protinfo->nla_type & NLA_F_NESTED) { in br_setlink()
/Linux-v4.19/net/netfilter/ipset/
Dip_set_core.c282 return nla->nla_type & NLA_F_NESTED; in flag_nested()
/Linux-v4.19/net/core/
Drtnetlink.c3921 protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in ndo_dflt_bridge_getlink()