Searched refs:NLA_U64 (Results 1 – 25 of 57) sorted by relevance
123
| /Linux-v5.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_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_ip.c | 296 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 297 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 300 [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_ipmark.c | 294 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 295 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 298 [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_ipport.c | 363 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 364 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 367 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_net.c | 373 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 374 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 377 [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_ipportip.c | 378 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 379 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 382 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netiface.c | 492 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 493 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 496 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netnet.c | 481 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 482 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 485 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netport.c | 483 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 484 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_ipportnet.c | 538 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 539 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 542 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| /Linux-v5.10/net/ipv6/ila/ |
| D | ila_main.c | 9 [ILA_ATTR_LOCATOR] = { .type = NLA_U64, }, 10 [ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
|
| /Linux-v5.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()
|
| /Linux-v5.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 | 372 [NFACCT_BYTES] = { .type = NLA_U64 }, 373 [NFACCT_PKTS] = { .type = NLA_U64 }, 375 [NFACCT_QUOTA] = { .type = NLA_U64 },
|
| D | nft_limit.c | 140 [NFTA_LIMIT_RATE] = { .type = NLA_U64 }, 141 [NFTA_LIMIT_UNIT] = { .type = NLA_U64 },
|
| /Linux-v5.10/net/tipc/ |
| D | netlink.c | 84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 }, 85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
|
| /Linux-v5.10/net/ieee802154/ |
| D | nl_policy.c | 12 #define NLA_HW_ADDR NLA_U64
|
| /Linux-v5.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 …]
|
| /Linux-v5.10/net/netlink/ |
| D | policy.c | 216 case NLA_U64: in netlink_policy_dump_attr_size_estimate() 279 case NLA_U64: in __netlink_policy_dump_write_attr()
|
| /Linux-v5.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