Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dtipc_config.h275 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
339 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
341 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/Linux-v5.4/tools/bpf/bpftool/
Dcommon.c143 int open_obj_pinned_any(char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() argument
157 if (type != exp_type) { in open_obj_pinned_any()
Dmain.h144 int open_obj_pinned_any(char *path, enum bpf_obj_type exp_type);