Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6t_hbh.c119 u16 spec_len; in hbh_mt6() local
129 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6()
131 if (spec_len != 0x00FF && spec_len != *lp) { in hbh_mt6()
133 spec_len); in hbh_mt6()
/linux/tools/lib/bpf/
H A Dlibbpf.c7653 int insn_idx, err, spec_len; in fixup_log_failed_core_relo() local
7666 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec); in fixup_log_failed_core_relo()
7670 insn_idx, spec_buf, spec_len >= sizeof(spec_buf) ? "..." : ""); in fixup_log_failed_core_relo()