Lines Matching defs:u32

170 BPF_CALL_3(bpf_skb_get_nlattr, struct sk_buff *, skb, u32, a, u32, x)  in BPF_CALL_3()  argument
190 BPF_CALL_3(bpf_skb_get_nlattr_nest, struct sk_buff *, skb, u32, a, u32, x) in BPF_CALL_3() argument
1689 BPF_CALL_5(bpf_skb_store_bytes, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument
1732 BPF_CALL_4(bpf_skb_load_bytes, const struct sk_buff *, skb, u32, offset, in BPF_CALL_4() argument
1768 const struct bpf_flow_dissector *, ctx, u32, offset, in BPF_CALL_4() argument
1802 u32, offset, void *, to, u32, len, u32, start_header) in BPF_CALL_5() argument
1846 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument
1886 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument
1908 BPF_CALL_5(bpf_l3_csum_replace, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument
1952 BPF_CALL_5(bpf_l4_csum_replace, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument
2005 BPF_CALL_5(bpf_csum_diff, __be32 *, from, u32, from_size, in BPF_CALL_5() argument
2427 BPF_CALL_3(bpf_clone_redirect, struct sk_buff *, skb, u32, ifindex, u64, flags) in BPF_CALL_3() argument
2506 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() argument
2527 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() argument
2548 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument
2576 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2590 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2620 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2747 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2913 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
3139 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) in BPF_CALL_2() argument
3388 BPF_CALL_2(bpf_skb_change_type, struct sk_buff *, skb, u32, pkt_type) in BPF_CALL_2() argument
3591 u32, mode, u64, flags) in BPF_CALL_4() argument
3632 u32, mode, u64, flags) in BPF_CALL_4() argument
3772 BPF_CALL_3(bpf_skb_change_tail, struct sk_buff *, skb, u32, new_len, in BPF_CALL_3() argument
3790 BPF_CALL_3(sk_skb_change_tail, struct sk_buff *, skb, u32, new_len, in BPF_CALL_3() argument
3836 BPF_CALL_3(bpf_skb_change_head, struct sk_buff *, skb, u32, head_room, in BPF_CALL_3() argument
3854 BPF_CALL_3(sk_skb_change_head, struct sk_buff *, skb, u32, head_room, in BPF_CALL_3() argument
4003 BPF_CALL_4(bpf_xdp_load_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4035 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4500 BPF_CALL_2(bpf_xdp_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() argument
4598 u32, size, u64, flags) in BPF_CALL_4() argument
4676 BPF_CALL_3(bpf_skb_get_tunnel_opt, struct sk_buff *, skb, u8 *, to, u32, size) in BPF_CALL_3() argument
4713 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument
4794 const u8 *, from, u32, size) in BPF_CALL_3() argument
4844 u32, idx) in BPF_CALL_3() argument
5748 BPF_CALL_5(bpf_skb_get_xfrm_state, struct sk_buff *, skb, u32, index, in BPF_CALL_5() argument
6085 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() argument
6119 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() argument
6186 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
6235 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
6334 BPF_CALL_4(bpf_lwt_in_push_encap, struct sk_buff *, skb, u32, type, void *, hdr, in BPF_CALL_4() argument
6352 BPF_CALL_4(bpf_lwt_xmit_push_encap, struct sk_buff *, skb, u32, type, in BPF_CALL_4() argument
6386 BPF_CALL_4(bpf_lwt_seg6_store_bytes, struct sk_buff *, skb, u32, offset, in BPF_CALL_4() argument
6444 u32, action, void *, param, u32, param_len) in BPF_CALL_4() argument
6516 BPF_CALL_3(bpf_lwt_seg6_adjust_srh, struct sk_buff *, skb, u32, offset, in BPF_CALL_3() argument
6747 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6766 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6785 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6804 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6828 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6852 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6890 struct bpf_sock_tuple *, tuple, u32, len, u32, netns_id, u64, flags) in BPF_CALL_5() argument
6914 struct bpf_sock_tuple *, tuple, u32, len, u32, netns_id, u64, flags) in BPF_CALL_5() argument
6938 struct bpf_sock_tuple *, tuple, u32, len, u32, netns_id, u64, flags) in BPF_CALL_5() argument
6962 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
6982 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
7001 struct bpf_sock_tuple *, tuple, u32, len, u64, netns_id, u64, flags) in BPF_CALL_5() argument
7264 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
7340 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
7484 void *, search_res, u32, len, u64, flags) in BPF_CALL_4() argument
7562 const void *, from, u32, len, u64, flags) in BPF_CALL_4() argument
7640 u32, len, u64, flags) in BPF_CALL_3() argument
7666 u64, tstamp, u32, tstamp_type) in BPF_CALL_3() argument
7704 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7730 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
11137 struct bpf_map *, map, void *, key, u32, flags) in BPF_CALL_4() argument
11191 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() argument
11208 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5() argument