Searched refs:func_id (Results 1 – 3 of 3) sorted by relevance
183 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, in bpf_tcp_ca_get_func_proto() argument186 switch (func_id) { in bpf_tcp_ca_get_func_proto()218 return bpf_base_func_proto(func_id); in bpf_tcp_ca_get_func_proto()
3276 bpf_iter_tcp_get_func_proto(enum bpf_func_id func_id, in bpf_iter_tcp_get_func_proto() argument3279 switch (func_id) { in bpf_iter_tcp_get_func_proto()
83 bpf_sk_base_func_proto(enum bpf_func_id func_id);7314 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_filter_func_proto() argument7316 switch (func_id) { in sock_filter_func_proto()7349 return bpf_base_func_proto(func_id); in sock_filter_func_proto()7354 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_addr_func_proto() argument7356 switch (func_id) { in sock_addr_func_proto()7443 return bpf_sk_base_func_proto(func_id); in sock_addr_func_proto()7448 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_filter_func_proto() argument7450 switch (func_id) { in sk_filter_func_proto()7462 return bpf_sk_base_func_proto(func_id); in sk_filter_func_proto()[all …]