Searched refs:NLA_U64 (Results 1 – 25 of 58) sorted by relevance
123
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 142 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 143 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 146 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipmac.c | 286 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 287 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 289 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ip.c | 301 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 302 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 305 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_port.c | 307 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 308 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 311 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipmark.c | 303 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 304 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 307 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_ip.c | 362 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 363 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 366 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_net.c | 379 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 380 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 383 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_ipmac.c | 398 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 399 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 402 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipport.c | 367 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 368 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 371 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipportip.c | 382 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 383 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 386 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netiface.c | 497 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 498 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 501 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netport.c | 487 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 488 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 491 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netnet.c | 486 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 487 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 490 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipportnet.c | 544 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 545 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 548 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
D | ila_main.c | 9 [ILA_ATTR_LOCATOR] = { .type = NLA_U64, }, 10 [ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
|
/kernel/linux/linux-5.10/lib/ |
D | nlattr.c | 27 [NLA_U64] = sizeof(u64), 38 [NLA_U64] = sizeof(u64), 133 case NLA_U64: in nla_get_range_unsigned() 180 case NLA_U64: in nla_validate_range_unsigned() 311 case NLA_U64: in nla_validate_int_range() 342 case NLA_U64: in nla_validate_mask()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_quota.c | 42 [NFTA_QUOTA_BYTES] = { .type = NLA_U64 }, 44 [NFTA_QUOTA_CONSUMED] = { .type = NLA_U64 },
|
D | nft_counter.c | 172 [NFTA_COUNTER_PACKETS] = { .type = NLA_U64 }, 173 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
|
D | nfnetlink_acct.c | 367 [NFACCT_BYTES] = { .type = NLA_U64 }, 368 [NFACCT_PKTS] = { .type = NLA_U64 }, 370 [NFACCT_QUOTA] = { .type = NLA_U64 },
|
D | nft_limit.c | 140 [NFTA_LIMIT_RATE] = { .type = NLA_U64 }, 141 [NFTA_LIMIT_UNIT] = { .type = NLA_U64 },
|
/kernel/linux/linux-5.10/net/tipc/ |
D | netlink.c | 84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 }, 85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | nl_policy.c | 12 #define NLA_HW_ADDR NLA_U64
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | nldev.c | 53 [RDMA_NLDEV_ATTR_CHARDEV] = { .type = NLA_U64 }, 54 [RDMA_NLDEV_ATTR_CHARDEV_ABI] = { .type = NLA_U64 }, 74 [RDMA_NLDEV_ATTR_DRIVER_U64] = { .type = NLA_U64 }, 84 [RDMA_NLDEV_ATTR_NODE_GUID] = { .type = NLA_U64 }, 98 [RDMA_NLDEV_ATTR_RES_IOVA] = { .type = NLA_U64 }, 105 [RDMA_NLDEV_ATTR_RES_MRLEN] = { .type = NLA_U64 }, 127 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_CURR]= { .type = NLA_U64 }, 132 [RDMA_NLDEV_ATTR_RES_USECNT] = { .type = NLA_U64 }, 134 [RDMA_NLDEV_ATTR_SUBNET_PREFIX] = { .type = NLA_U64 }, 144 [RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY_VALUE] = { .type = NLA_U64 }, [all …]
|
/kernel/linux/linux-5.10/net/netlink/ |
D | policy.c | 226 case NLA_U64: in netlink_policy_dump_attr_size_estimate() 289 case NLA_U64: in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_gate.c | 166 [TCA_GATE_BASE_TIME] = { .type = NLA_U64 }, 167 [TCA_GATE_CYCLE_TIME] = { .type = NLA_U64 }, 168 [TCA_GATE_CYCLE_TIME_EXT] = { .type = NLA_U64 },
|
123