exp_type 275 include/uapi/linux/tipc_config.h static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) exp_type 278 include/uapi/linux/tipc_config.h (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); exp_type 339 include/uapi/linux/tipc_config.h static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) exp_type 341 include/uapi/linux/tipc_config.h return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); exp_type 143 tools/bpf/bpftool/common.c int open_obj_pinned_any(char *path, enum bpf_obj_type exp_type) exp_type 157 tools/bpf/bpftool/common.c if (type != exp_type) { exp_type 144 tools/bpf/bpftool/main.h int open_obj_pinned_any(char *path, enum bpf_obj_type exp_type);