Searched refs:NLA_U64 (Results 1 – 25 of 61) sorted by relevance
123
/Linux-v6.1/net/netfilter/ipset/ |
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 },
|
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 | 304 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 305 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 308 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
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 },
|
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 },
|
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 | 385 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 386 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 389 [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 | 369 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, 370 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 }, 373 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
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 },
|
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 },
|
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 },
|
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 },
|
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 },
|
/Linux-v6.1/net/ipv6/ila/ |
D | ila_main.c | 9 [ILA_ATTR_LOCATOR] = { .type = NLA_U64, }, 10 [ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
|
/Linux-v6.1/net/bridge/ |
D | br_vlan_options.c | 590 [BRIDGE_VLANDB_GOPTS_MCAST_QUERY_INTVL] = { .type = NLA_U64 }, 595 [BRIDGE_VLANDB_GOPTS_MCAST_LAST_MEMBER_INTVL] = { .type = NLA_U64 }, 596 [BRIDGE_VLANDB_GOPTS_MCAST_MEMBERSHIP_INTVL] = { .type = NLA_U64 }, 597 [BRIDGE_VLANDB_GOPTS_MCAST_QUERIER_INTVL] = { .type = NLA_U64 }, 598 [BRIDGE_VLANDB_GOPTS_MCAST_STARTUP_QUERY_INTVL] = { .type = NLA_U64 }, 599 [BRIDGE_VLANDB_GOPTS_MCAST_QUERY_RESPONSE_INTVL] = { .type = NLA_U64 },
|
/Linux-v6.1/lib/ |
D | nlattr.c | 27 [NLA_U64] = sizeof(u64), 38 [NLA_U64] = sizeof(u64), 135 case NLA_U64: in nla_get_range_unsigned() 182 case NLA_U64: in nla_validate_range_unsigned() 321 case NLA_U64: in nla_validate_int_range() 354 case NLA_U64: in nla_validate_mask()
|
/Linux-v6.1/net/sched/ |
D | act_police.c | 32 [TCA_POLICE_RATE64] = { .type = NLA_U64 }, 33 [TCA_POLICE_PEAKRATE64] = { .type = NLA_U64 }, 34 [TCA_POLICE_PKTRATE64] = { .type = NLA_U64, .min = 1 }, 35 [TCA_POLICE_PKTBURST64] = { .type = NLA_U64, .min = 1 },
|
/Linux-v6.1/net/tipc/ |
D | netlink.c | 84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 }, 85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
|
/Linux-v6.1/net/netfilter/ |
D | nft_counter.c | 174 [NFTA_COUNTER_PACKETS] = { .type = NLA_U64 }, 175 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
|
D | nft_quota.c | 42 [NFTA_QUOTA_BYTES] = { .type = NLA_U64 }, 44 [NFTA_QUOTA_CONSUMED] = { .type = NLA_U64 },
|
D | nfnetlink_acct.c | 374 [NFACCT_BYTES] = { .type = NLA_U64 }, 375 [NFACCT_PKTS] = { .type = NLA_U64 }, 377 [NFACCT_QUOTA] = { .type = NLA_U64 },
|
/Linux-v6.1/net/ieee802154/ |
D | nl_policy.c | 12 #define NLA_HW_ADDR NLA_U64
|
/Linux-v6.1/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()
|
/Linux-v6.1/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 }, 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 …]
|
123