Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c1954 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
1959 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
1964 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1965 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1970 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1971 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1972 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2749 const struct btf_type *next_type; in btf_modifier_resolve() local
2753 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2754 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
[all …]
/linux/drivers/net/
H A Dgtp.c754 __u8 *next_type, _next_type; in gtp_parse_exthdrs() local
775 next_type = skb_header_pointer(skb, offset - 1, in gtp_parse_exthdrs()
777 if (!next_type) in gtp_parse_exthdrs()
780 } while (*next_type != 0); in gtp_parse_exthdrs()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2712 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2728 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2731 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()