Lines Matching refs:__u32
81 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */
87 __u32 attach_type; /* program attach type (enum bpf_attach_type) */
92 __u32 map_fd;
1275 __u32 map_type; /* one of enum bpf_map_type */
1276 __u32 key_size; /* size of key in bytes */
1277 __u32 value_size; /* size of value in bytes */
1278 __u32 max_entries; /* max number of entries in a map */
1279 __u32 map_flags; /* BPF_MAP_CREATE related
1282 __u32 inner_map_fd; /* fd pointing to the inner map */
1283 __u32 numa_node; /* numa node (effective only if
1287 __u32 map_ifindex; /* ifindex of netdev to create on */
1288 __u32 btf_fd; /* fd pointing to a BTF type data */
1289 __u32 btf_key_type_id; /* BTF type_id of the key */
1290 __u32 btf_value_type_id; /* BTF type_id of the value */
1291 __u32 btf_vmlinux_value_type_id;/* BTF type_id of a kernel-
1305 __u32 map_fd;
1321 __u32 count; /* input/output:
1326 __u32 map_fd;
1332 __u32 prog_type; /* one of enum bpf_prog_type */
1333 __u32 insn_cnt;
1336 __u32 log_level; /* verbosity level of verifier */
1337 __u32 log_size; /* size of user buffer */
1339 __u32 kern_version; /* not used */
1340 __u32 prog_flags;
1342 __u32 prog_ifindex; /* ifindex of netdev to prep for */
1347 __u32 expected_attach_type;
1348 __u32 prog_btf_fd; /* fd pointing to BTF type data */
1349 __u32 func_info_rec_size; /* userspace bpf_func_info size */
1351 __u32 func_info_cnt; /* number of bpf_func_info records */
1352 __u32 line_info_rec_size; /* userspace bpf_line_info size */
1354 __u32 line_info_cnt; /* number of bpf_line_info records */
1355 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */
1358 __u32 attach_prog_fd;
1360 __u32 attach_btf_obj_fd;
1362 __u32 core_relo_cnt; /* number of bpf_core_relo */
1365 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */
1370 __u32 bpf_fd;
1371 __u32 file_flags;
1375 __u32 target_fd; /* container object to attach to */
1376 __u32 attach_bpf_fd; /* eBPF program to attach */
1377 __u32 attach_type;
1378 __u32 attach_flags;
1379 __u32 replace_bpf_fd; /* previously attached eBPF
1386 __u32 prog_fd;
1387 __u32 retval;
1388 __u32 data_size_in; /* input: len of data_in */
1389 __u32 data_size_out; /* input/output: len of data_out
1395 __u32 repeat;
1396 __u32 duration;
1397 __u32 ctx_size_in; /* input: len of ctx_in */
1398 __u32 ctx_size_out; /* input/output: len of ctx_out
1404 __u32 flags;
1405 __u32 cpu;
1406 __u32 batch_size;
1411 __u32 start_id;
1412 __u32 prog_id;
1413 __u32 map_id;
1414 __u32 btf_id;
1415 __u32 link_id;
1417 __u32 next_id;
1418 __u32 open_flags;
1422 __u32 bpf_fd;
1423 __u32 info_len;
1428 __u32 target_fd; /* container object to query */
1429 __u32 attach_type;
1430 __u32 query_flags;
1431 __u32 attach_flags;
1433 __u32 prog_cnt;
1438 __u32 prog_fd;
1444 __u32 btf_size;
1445 __u32 btf_log_size;
1446 __u32 btf_log_level;
1450 __u32 pid; /* input: pid */
1451 __u32 fd; /* input: fd */
1452 __u32 flags; /* input: flags */
1453 __u32 buf_len; /* input/output: buf len */
1459 __u32 prog_id; /* output: prod_id */
1460 __u32 fd_type; /* output: BPF_FD_TYPE_* */
1466 __u32 prog_fd; /* eBPF program to attach */
1468 __u32 target_fd; /* object to attach to */
1469 __u32 target_ifindex; /* target ifindex */
1471 __u32 attach_type; /* attach type */
1472 __u32 flags; /* extra flags */
1474 __u32 target_btf_id; /* btf_id of target to attach to */
1477 __u32 iter_info_len; /* iter_info length */
1487 __u32 flags;
1488 __u32 cnt;
1495 __u32 target_btf_id;
1506 __u32 link_fd; /* link fd */
1508 __u32 new_prog_fd;
1509 __u32 flags; /* extra flags */
1512 __u32 old_prog_fd;
1516 __u32 link_fd;
1520 __u32 type;
1524 __u32 link_fd;
1525 __u32 flags;
1529 __u32 prog_fd;
1530 __u32 map_fd;
1531 __u32 flags; /* extra flags */
5663 __u32 len;
5664 __u32 pkt_type;
5665 __u32 mark;
5666 __u32 queue_mapping;
5667 __u32 protocol;
5668 __u32 vlan_present;
5669 __u32 vlan_tci;
5670 __u32 vlan_proto;
5671 __u32 priority;
5672 __u32 ingress_ifindex;
5673 __u32 ifindex;
5674 __u32 tc_index;
5675 __u32 cb[5];
5676 __u32 hash;
5677 __u32 tc_classid;
5678 __u32 data;
5679 __u32 data_end;
5680 __u32 napi_id;
5683 __u32 family;
5684 __u32 remote_ip4; /* Stored in network byte order */
5685 __u32 local_ip4; /* Stored in network byte order */
5686 __u32 remote_ip6[4]; /* Stored in network byte order */
5687 __u32 local_ip6[4]; /* Stored in network byte order */
5688 __u32 remote_port; /* Stored in network byte order */
5689 __u32 local_port; /* stored in host byte order */
5692 __u32 data_meta;
5695 __u32 wire_len;
5696 __u32 gso_segs;
5698 __u32 gso_size;
5700 __u32 :24; /* Padding, future use. */
5705 __u32 tunnel_id;
5707 __u32 remote_ipv4;
5708 __u32 remote_ipv6[4];
5713 __u32 tunnel_label;
5715 __u32 local_ipv4;
5716 __u32 local_ipv6[4];
5724 __u32 reqid;
5725 __u32 spi; /* Stored in network byte order */
5729 __u32 remote_ipv4; /* Stored in network byte order */
5730 __u32 remote_ipv6[4]; /* Stored in network byte order */
5759 __u32 bound_dev_if;
5760 __u32 family;
5761 __u32 type;
5762 __u32 protocol;
5763 __u32 mark;
5764 __u32 priority;
5766 __u32 src_ip4;
5767 __u32 src_ip6[4];
5768 __u32 src_port; /* host byte order */
5771 __u32 dst_ip4;
5772 __u32 dst_ip6[4];
5773 __u32 state;
5778 __u32 snd_cwnd; /* Sending congestion window */
5779 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
5780 __u32 rtt_min;
5781 __u32 snd_ssthresh; /* Slow start size threshold */
5782 __u32 rcv_nxt; /* What we want to receive next */
5783 __u32 snd_nxt; /* Next sequence we send */
5784 __u32 snd_una; /* First byte we want an ack for */
5785 __u32 mss_cache; /* Cached effective mss, not including SACKS */
5786 __u32 ecn_flags; /* ECN status bits. */
5787 __u32 rate_delivered; /* saved rate sample: packets delivered */
5788 __u32 rate_interval_us; /* saved rate sample: time elapsed */
5789 __u32 packets_out; /* Packets which are "in flight" */
5790 __u32 retrans_out; /* Retransmitted packets out */
5791 __u32 total_retrans; /* Total retransmits for entire connection */
5792 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
5795 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn
5798 __u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
5801 __u32 data_segs_out; /* RFC4898 tcpEStatsPerfDataSegsOut
5804 __u32 lost_out; /* Lost packets */
5805 __u32 sacked_out; /* SACK'd packets */
5814 __u32 dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups
5817 __u32 delivered; /* Total data packets delivered incl. rexmits */
5818 __u32 delivered_ce; /* Like the above but only ECE marked packets */
5819 __u32 icsk_retransmits; /* Number of unrecovered [RTO] timeouts */
5840 __u32 queue_id;
5862 __u32 data;
5863 __u32 data_end;
5864 __u32 data_meta;
5866 __u32 ingress_ifindex; /* rxq->dev->ifindex */
5867 __u32 rx_queue_index; /* rxq->queue_index */
5869 __u32 egress_ifindex; /* txq->dev->ifindex */
5878 __u32 ifindex; /* device index */
5881 __u32 id; /* prog id on map read */
5891 __u32 qsize; /* queue size to remote target CPU */
5894 __u32 id; /* prog id on map read */
5910 __u32 family;
5911 __u32 remote_ip4; /* Stored in network byte order */
5912 __u32 local_ip4; /* Stored in network byte order */
5913 __u32 remote_ip6[4]; /* Stored in network byte order */
5914 __u32 local_ip6[4]; /* Stored in network byte order */
5915 __u32 remote_port; /* Stored in network byte order */
5916 __u32 local_port; /* stored in host byte order */
5917 __u32 size; /* Total size of sk_msg */
5936 __u32 len;
5941 __u32 eth_protocol;
5942 __u32 ip_protocol; /* IP protocol. e.g. IPPROTO_TCP, IPPROTO_UDP */
5943 __u32 bind_inany; /* Is sock bound to an INANY address? */
5944 __u32 hash; /* A hash of the packet 4 tuples */
5964 __u32 type;
5965 __u32 id;
5967 __u32 jited_prog_len;
5968 __u32 xlated_prog_len;
5972 __u32 created_by_uid;
5973 __u32 nr_map_ids;
5976 __u32 ifindex;
5977 __u32 gpl_compatible:1;
5978 __u32 :31; /* alignment pad */
5981 __u32 nr_jited_ksyms;
5982 __u32 nr_jited_func_lens;
5985 __u32 btf_id;
5986 __u32 func_info_rec_size;
5988 __u32 nr_func_info;
5989 __u32 nr_line_info;
5992 __u32 nr_jited_line_info;
5993 __u32 line_info_rec_size;
5994 __u32 jited_line_info_rec_size;
5995 __u32 nr_prog_tags;
6000 __u32 verified_insns;
6004 __u32 type;
6005 __u32 id;
6006 __u32 key_size;
6007 __u32 value_size;
6008 __u32 max_entries;
6009 __u32 map_flags;
6011 __u32 ifindex;
6012 __u32 btf_vmlinux_value_type_id;
6015 __u32 btf_id;
6016 __u32 btf_key_type_id;
6017 __u32 btf_value_type_id;
6018 __u32 :32; /* alignment pad */
6024 __u32 btf_size;
6025 __u32 id;
6027 __u32 name_len;
6028 __u32 kernel_btf;
6032 __u32 type;
6033 __u32 id;
6034 __u32 prog_id;
6038 __u32 tp_name_len; /* in/out: tp_name buffer len */
6041 __u32 attach_type;
6042 __u32 target_obj_id; /* prog_id for PROG_EXT, otherwise btf object id */
6043 __u32 target_btf_id; /* BTF type id inside the object */
6047 __u32 attach_type;
6051 __u32 target_name_len; /* in/out: target_name buffer len */
6054 __u32 map_id;
6059 __u32 netns_ino;
6060 __u32 attach_type;
6063 __u32 ifindex;
6073 __u32 user_family; /* Allows 4-byte read, but no write. */
6074 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6077 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6080 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6083 __u32 family; /* Allows 4-byte read, but no write */
6084 __u32 type; /* Allows 4-byte read, but no write */
6085 __u32 protocol; /* Allows 4-byte read, but no write */
6086 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6089 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6102 __u32 op;
6104 __u32 args[4]; /* Optionally passed to bpf program */
6105 __u32 reply; /* Returned by bpf program */
6106 __u32 replylong[4]; /* Optionally returned by bpf prog */
6108 __u32 family;
6109 __u32 remote_ip4; /* Stored in network byte order */
6110 __u32 local_ip4; /* Stored in network byte order */
6111 __u32 remote_ip6[4]; /* Stored in network byte order */
6112 __u32 local_ip6[4]; /* Stored in network byte order */
6113 __u32 remote_port; /* Stored in network byte order */
6114 __u32 local_port; /* stored in host byte order */
6115 __u32 is_fullsock; /* Some TCP fields are only valid if
6119 __u32 snd_cwnd;
6120 __u32 srtt_us; /* Averaged RTT << 3 in usecs */
6121 __u32 bpf_sock_ops_cb_flags; /* flags defined in uapi/linux/tcp.h */
6122 __u32 state;
6123 __u32 rtt_min;
6124 __u32 snd_ssthresh;
6125 __u32 rcv_nxt;
6126 __u32 snd_nxt;
6127 __u32 snd_una;
6128 __u32 mss_cache;
6129 __u32 ecn_flags;
6130 __u32 rate_delivered;
6131 __u32 rate_interval_us;
6132 __u32 packets_out;
6133 __u32 retrans_out;
6134 __u32 total_retrans;
6135 __u32 segs_in;
6136 __u32 data_segs_in;
6137 __u32 segs_out;
6138 __u32 data_segs_out;
6139 __u32 lost_out;
6140 __u32 sacked_out;
6141 __u32 sk_txhash;
6161 __u32 skb_len; /* The total length of a packet.
6165 __u32 skb_tcp_flags; /* tcp_flags of the header. It provides
6445 __u32 access_type;
6446 __u32 major;
6447 __u32 minor;
6495 __u32 ifindex;
6503 __u32 rt_metric;
6508 __u32 ipv6_src[4]; /* in6_addr; network order */
6517 __u32 ipv6_dst[4]; /* in6_addr; network order */
6529 __u32 nh_family;
6533 __u32 ipv6_nh[4]; /* in6_addr; network order */
6580 __u32 ipv6_src[4]; /* in6_addr; network order */
6581 __u32 ipv6_dst[4]; /* in6_addr; network order */
6584 __u32 flags;
6589 __u32 insn_off;
6590 __u32 type_id;
6597 __u32 insn_off;
6598 __u32 file_name_off;
6599 __u32 line_off;
6600 __u32 line_col;
6604 __u32 val;
6618 __u32 write; /* Sysctl is being read (= 0) or written (= 1).
6621 __u32 file_pos; /* Sysctl file position to read from, write to.
6638 __u32 pid;
6639 __u32 tgid;
6649 __u32 family; /* Protocol family (AF_INET, AF_INET6) */
6650 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */
6651 __u32 remote_ip4; /* Network byte order */
6652 __u32 remote_ip6[4]; /* Network byte order */
6655 __u32 local_ip4; /* Network byte order */
6656 __u32 local_ip6[4]; /* Network byte order */
6657 __u32 local_port; /* Host byte order */
6658 __u32 ingress_ifindex; /* The arriving interface. Determined by inet_iif. */
6671 __u32 type_id;
6672 __u32 flags; /* BTF ptr flags; unused at present. */
6759 __u32 insn_off;
6760 __u32 type_id;
6761 __u32 access_str_off;