/linux/net/netfilter/ipset/ |
A D | ip_set_hash_mac.c | 144 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 145 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 148 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_ip.c | 306 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 307 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 310 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_ipmac.c | 288 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 289 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 291 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_ipmark.c | 305 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 306 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 309 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A 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 },
|
A D | ip_set_hash_net.c | 385 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 386 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 389 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A 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 },
|
A D | ip_set_hash_ipport.c | 369 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 370 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 373 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A 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 },
|
A D | ip_set_hash_ipportip.c | 384 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 385 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 388 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_netiface.c | 503 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 504 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 507 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_netport.c | 495 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 496 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 499 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
A D | ip_set_hash_netnet.c | 498 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 499 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 502 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
/linux/net/ipv6/ila/ |
A D | ila_main.c | 9 [ILA_ATTR_LOCATOR] = { .type = NLA_U64, }, 10 [ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
|
/linux/net/bridge/ |
A D | br_vlan_options.c | 571 [BRIDGE_VLANDB_GOPTS_MCAST_QUERY_INTVL] = { .type = NLA_U64 }, 576 [BRIDGE_VLANDB_GOPTS_MCAST_LAST_MEMBER_INTVL] = { .type = NLA_U64 }, 577 [BRIDGE_VLANDB_GOPTS_MCAST_MEMBERSHIP_INTVL] = { .type = NLA_U64 }, 578 [BRIDGE_VLANDB_GOPTS_MCAST_QUERIER_INTVL] = { .type = NLA_U64 }, 579 [BRIDGE_VLANDB_GOPTS_MCAST_STARTUP_QUERY_INTVL] = { .type = NLA_U64 }, 580 [BRIDGE_VLANDB_GOPTS_MCAST_QUERY_RESPONSE_INTVL] = { .type = NLA_U64 },
|
/linux/lib/ |
A 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/net/sched/ |
A D | act_police.c | 43 [TCA_POLICE_RATE64] = { .type = NLA_U64 }, 44 [TCA_POLICE_PEAKRATE64] = { .type = NLA_U64 }, 45 [TCA_POLICE_PKTRATE64] = { .type = NLA_U64, .min = 1 }, 46 [TCA_POLICE_PKTBURST64] = { .type = NLA_U64, .min = 1 },
|
/linux/net/netfilter/ |
A D | nft_quota.c | 42 [NFTA_QUOTA_BYTES] = { .type = NLA_U64 }, 44 [NFTA_QUOTA_CONSUMED] = { .type = NLA_U64 },
|
A D | nft_counter.c | 173 [NFTA_COUNTER_PACKETS] = { .type = NLA_U64 }, 174 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
|
A D | nfnetlink_acct.c | 374 [NFACCT_BYTES] = { .type = NLA_U64 }, 375 [NFACCT_PKTS] = { .type = NLA_U64 }, 377 [NFACCT_QUOTA] = { .type = NLA_U64 },
|
A D | nft_last.c | 18 [NFTA_LAST_MSECS] = { .type = NLA_U64 },
|
/linux/net/tipc/ |
A D | netlink.c | 84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 }, 85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
|
/linux/drivers/infiniband/core/ |
A 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 }, 100 [RDMA_NLDEV_ATTR_RES_IOVA] = { .type = NLA_U64 }, 107 [RDMA_NLDEV_ATTR_RES_MRLEN] = { .type = NLA_U64 }, 129 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_CURR]= { .type = NLA_U64 }, 134 [RDMA_NLDEV_ATTR_RES_USECNT] = { .type = NLA_U64 }, 141 [RDMA_NLDEV_ATTR_SUBNET_PREFIX] = { .type = NLA_U64 }, 151 [RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY_VALUE] = { .type = NLA_U64 }, [all …]
|
/linux/net/netlink/ |
A 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/net/ieee802154/ |
A D | nl_policy.c | 12 #define NLA_HW_ADDR NLA_U64
|