Searched refs:attach_point (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | netlink.c | 545 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config() 560 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point, in tc_get_tcm_parent() argument 563 switch (attach_point) { in tc_get_tcm_parent() 569 attach_point == BPF_TC_INGRESS ? in tc_get_tcm_parent() 638 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy() 721 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local 733 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach() 761 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_attach() 797 int ret, ifindex, attach_point, prog_f in __bpf_tc_detach() local 868 int ret, ifindex, attach_point, prog_fd; bpf_tc_query() local [all...] |
H A D | libbpf.h | 1219 enum bpf_tc_attach_point attach_point; member
|
Completed in 4 milliseconds