Searched refs:fentry_nodes (Results 1 – 1 of 1) sorted by relevance
2198 static inline bool is_struct_ops_tramp(const struct bpf_tramp_nodes *fentry_nodes) in is_struct_ops_tramp() argument2200 return fentry_nodes->nr_nodes == 1 && in is_struct_ops_tramp()2201 fentry_nodes->nodes[0]->link->type == BPF_LINK_TYPE_STRUCT_OPS; in is_struct_ops_tramp()