Home
last modified time | relevance | path

Searched defs:sk_msg (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dskmsg.h44 struct sk_msg { struct
45 struct sk_msg_sg sg; argument
46 void *data;
47 void *data_end;
48 u32 apply_bytes;
49 u32 cork_bytes;
50 u32 flags;
51 struct sk_buff *skb;
52 struct sock *sk_redir;
53 struct sock *sk;
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ns_current_pid_tgid.c46 int sk_msg(struct sk_msg_md *msg) in sk_msg() function
/linux/net/core/
H A Dsock_map.c675 BPF_CALL_4(bpf_msg_redirect_map, struct sk_msg *, msg, in BPF_CALL_4()
1281 BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg *, msg, in BPF_CALL_4()
H A Dfilter.c2634 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2()
2648 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2()
2707 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()
2844 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()
3049 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()
5427 BPF_CALL_1(bpf_get_netns_cookie_sk_msg, struct sk_msg *, ctx) in BPF_CALL_1()