Home
last modified time | relevance | path

Searched defs:sk_msg_buff (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dfilter.h523 struct sk_msg_buff { struct
524 void *data;
525 void *data_end;
526 __u32 apply_bytes;
527 __u32 cork_bytes;
528 int sg_copybreak;
529 int sg_start;
530 int sg_curr;
531 int sg_end;
532 struct scatterlist sg_data[MAX_SKB_FRAGS];
[all …]
/Linux-v4.19/net/core/
Dfilter.c2202 BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg_buff *, msg, in BPF_CALL_4()
2227 BPF_CALL_4(bpf_msg_redirect_map, struct sk_msg_buff *, msg, in BPF_CALL_4()
2257 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2()
2271 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2()
2293 struct sk_msg_buff *, msg, u32, start, u32, end, u64, flags) in BPF_CALL_4()