Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A 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()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtipc_config.h271 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
274 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
335 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
337 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtipc_config.h129 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
132 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
178 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
180 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmain.h164 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type);
H A Dcommon.c193 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() argument
207 if (type != exp_type) { in open_obj_pinned_any()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.h144 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type);
H A Dcommon.c224 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() argument
238 if (type != exp_type) { in open_obj_pinned_any()

Completed in 7 milliseconds