Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h1575 struct bpf_sockopt_kern { struct
1576 struct sock *sk;
1577 u8 *optval;
1578 u8 *optval_end;
1579 s32 level;
1580 s32 optname;
1581 s32 optlen;
1583 struct task_struct *current_task;
1585 u64 tmp_reg;
/linux/kernel/bpf/
H A Dcgroup.c2493 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1()