Searched refs:bpf_sk_lookup_kern (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | bpf_types.h | 68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
|
H A D | filter.h | 1590 struct bpf_sk_lookup_kern { struct 1633 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1676 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4() 1715 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6() 1591 familybpf_sk_lookup_kern global() argument 1592 protocolbpf_sk_lookup_kern global() argument 1593 sportbpf_sk_lookup_kern global() argument 1594 dportbpf_sk_lookup_kern global() argument 1595 __anon5a7b078c0308bpf_sk_lookup_kern global() argument 1598 v4bpf_sk_lookup_kern global() argument 1599 __anon5a7b078c0408bpf_sk_lookup_kern global() argument 1602 v6bpf_sk_lookup_kern global() argument 1603 selected_skbpf_sk_lookup_kern global() argument 1604 ingress_ifindexbpf_sk_lookup_kern global() argument 1605 no_reuseportbpf_sk_lookup_kern global() argument
|
/linux/net/core/ |
H A D | filter.c | 11572 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument 11682 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access() 11687 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11693 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11699 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11705 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11717 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access() 11733 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access() 11743 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11754 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() [all...] |
/linux/net/bpf/ |
H A D | test_run.c | 1441 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()
|