Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.c808 char *source_lane; in bpf_diag_source() local
878 source_lane = bpf_diag_fmt_buf(env, BPF_DIAG_FMT_BUF_SIZE); in bpf_diag_source()
879 if (!source_lane) in bpf_diag_source()
885 diag_format_source_lane(source_lane, BPF_DIAG_FMT_BUF_SIZE, source_prefix, width, in bpf_diag_source()
887 diag_write(env, " %s\n", source_lane); in bpf_diag_source()