Searched refs:bpf_msg_pull_data (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ | 
| D | test_sockmap_kern.h | 249 		bpf_msg_pull_data(msg, *start, *end, 0);  in bpf_prog4()278 		bpf_msg_pull_data(msg, *start, *end, 0);  in bpf_prog6()
 352 		bpf_msg_pull_data(msg, *start, *end, 0);  in bpf_prog10()
 
 | 
| /Linux-v5.10/net/core/ | 
| D | filter.c | 2596 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start,  in BPF_CALL_4()  argument2713 	.func		= bpf_msg_pull_data,
 6883 	    func == bpf_msg_pull_data ||  in bpf_helper_changes_pkt_data()
 
 |