Searched refs:func_id (Results 1 – 2 of 2) sorted by relevance
165 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, in bpf_tcp_ca_get_func_proto() argument168 switch (func_id) { in bpf_tcp_ca_get_func_proto()176 return bpf_base_func_proto(func_id); in bpf_tcp_ca_get_func_proto()
82 bpf_sk_base_func_proto(enum bpf_func_id func_id);6955 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_filter_func_proto() argument6957 switch (func_id) { in sock_filter_func_proto()6988 return bpf_base_func_proto(func_id); in sock_filter_func_proto()6993 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_addr_func_proto() argument6995 switch (func_id) { in sock_addr_func_proto()7062 return bpf_sk_base_func_proto(func_id); in sock_addr_func_proto()7067 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_filter_func_proto() argument7069 switch (func_id) { in sk_filter_func_proto()7081 return bpf_sk_base_func_proto(func_id); in sk_filter_func_proto()[all …]