Searched refs:NLA_F_NESTED (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/tools/include/uapi/linux/ |
D | netlink.h | 225 #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/ |
D | netlink.h | 225 #define NLA_F_NESTED (1 << 15) macro 227 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_netlink.c | 66 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 …]
|
D | nfnetlink_cthelper.c | 465 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()
|
D | nfnetlink_cttimeout.c | 194 CTA_TIMEOUT_DATA | NLA_F_NESTED); in ctnl_timeout_fill_info() 420 CTA_TIMEOUT_DATA | NLA_F_NESTED); in cttimeout_default_fill_info()
|
D | nf_conntrack_proto_dccp.c | 607 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_DCCP | NLA_F_NESTED); in dccp_to_nlattr()
|
D | nf_conntrack_proto_sctp.c | 529 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_SCTP | NLA_F_NESTED); in sctp_to_nlattr()
|
D | nft_ct.c | 921 nest_params = nla_nest_start(skb, NFTA_CT_TIMEOUT_DATA | NLA_F_NESTED); in nft_ct_timeout_obj_dump()
|
D | nf_conntrack_proto_tcp.c | 1174 nest_parms = nla_nest_start(skb, CTA_PROTOINFO_TCP | NLA_F_NESTED); in tcp_to_nlattr()
|
D | nfnetlink_queue.c | 354 nest = nla_nest_start(skb, NFQA_VLAN | NLA_F_NESTED); in nfqnl_put_bridge()
|
/Linux-v4.19/include/uapi/rdma/ |
D | rdma_netlink.h | 188 #define RDMA_NLA_TYPE_MASK (~(NLA_F_NESTED | NLA_F_NET_BYTEORDER | \
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set.h | 404 #define ipset_nest_start(skb, attr) nla_nest_start(skb, attr | NLA_F_NESTED)
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.c | 559 nla->nla_type = NLA_F_NESTED | IFLA_XDP; in bpf_set_link_xdp_fd()
|
/Linux-v4.19/net/bridge/ |
D | br_netlink.c | 417 = 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/ |
D | ip_set_core.c | 282 return nla->nla_type & NLA_F_NESTED; in flag_nested()
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 3921 protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in ndo_dflt_bridge_getlink()
|