Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dskmsg.h40 struct sk_msg { struct
41 struct sk_msg_sg sg; argument
42 void *data;
43 void *data_end;
44 u32 apply_bytes;
45 u32 cork_bytes;
46 u32 flags;
47 struct sk_buff *skb;
48 struct sock *sk_redir;
49 struct sock *sk;
[all …]
/Linux-v5.4/net/core/
Dsock_map.c477 BPF_CALL_4(bpf_msg_redirect_map, struct sk_msg *, msg, in BPF_CALL_4()
926 BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg *, msg, in BPF_CALL_4()
Dfilter.c2190 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2()
2204 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2()
2218 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()
2344 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()
2505 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4()