Lines Matching refs:__u32
103 __u32 map_type; /* one of enum bpf_map_type */
104 __u32 key_size; /* size of key in bytes */
105 __u32 value_size; /* size of value in bytes */
106 __u32 max_entries; /* max number of entries in a map */
110 __u32 map_fd;
120 __u32 prog_type; /* one of enum bpf_prog_type */
121 __u32 insn_cnt;
124 __u32 log_level; /* verbosity level of verifier */
125 __u32 log_size; /* size of user buffer */
127 __u32 kern_version; /* checked when prog_type=kprobe */
132 __u32 bpf_fd;
279 __u32 len;
280 __u32 pkt_type;
281 __u32 mark;
282 __u32 queue_mapping;
283 __u32 protocol;
284 __u32 vlan_present;
285 __u32 vlan_tci;
286 __u32 vlan_proto;
287 __u32 priority;
288 __u32 ingress_ifindex;
289 __u32 ifindex;
290 __u32 tc_index;
291 __u32 cb[5];
292 __u32 hash;
293 __u32 tc_classid;
297 __u32 tunnel_id;
298 __u32 remote_ipv4;