Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/net/netfilter/
A Dnft_audit.sh57 [[ "$pfx $sfx" == "$tpfx $tsfx" ]] && {
64 tsfx="$sfx"
A Dnft_meta.sh7 sfx=$(mktemp -u "XXXXXXXX")
8 ns0="ns0-$sfx"
/tools/lib/bpf/
A Dlibbpf_internal.h123 static inline bool str_has_sfx(const char *str, const char *sfx) in str_has_sfx() argument
126 size_t sfx_len = strlen(sfx); in str_has_sfx()
130 return strcmp(str + str_len - sfx_len, sfx) == 0; in str_has_sfx()
/tools/testing/selftests/bpf/
A Dveristat.c2763 const char *sfx; in output_comp_headers() local
2767 sfx = is_key_stat(id) ? "" : table_sfxs[j]; in output_comp_headers()
2768 len = snprintf(NULL, 0, "%s%s", stat_defs[id].header, sfx); in output_comp_headers()
2773 sfx = is_key_stat(id) ? "" : table_sfxs[j]; in output_comp_headers()
2775 *max_len - (int)strlen(sfx), stat_defs[id].header, sfx); in output_comp_headers()
2780 sfx = is_key_stat(id) ? "" : name_sfxs[j]; in output_comp_headers()
2781 printf("%s%s%s", i + j == 0 ? "" : ",", stat_defs[id].names[0], sfx); in output_comp_headers()
/tools/testing/selftests/bpf/prog_tests/
A Dreg_bounds.c234 static void print_range(enum num_t t, struct range x, const char *sfx) in print_range() argument
239 printf("%s%s", sb->buf, sfx); in print_range()
658 static void print_reg_state(struct reg_state *r, const char *sfx) in print_reg_state() argument
665 printf("<not found>%s", sfx); in print_reg_state()
676 printf("%s%s", sb->buf, sfx); in print_reg_state()
/tools/bpf/bpftool/
A Dgen.c105 const char *sfx = sfxs[i], *p; in get_map_ident() local
107 p = strstr(name, sfx); in get_map_ident()

Completed in 24 milliseconds