Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c7490 static const u8 *bpf_search_tcp_opt(const u8 *op, const u8 *opend, in bpf_search_tcp_opt() argument
7498 while (op < opend) { in bpf_search_tcp_opt()
7509 if (opend - op < 2 || opend - op < op[1] || op[1] < 2) in bpf_search_tcp_opt()
7538 const u8 *op, *opend, *magic, *search = search_res; in BPF_CALL_4() local
7574 opend = op + ret; in BPF_CALL_4()
7582 opend = bpf_sock->skb_data_end; in BPF_CALL_4()
7586 op = bpf_search_tcp_opt(op, opend, search_kind, magic, magic_len, in BPF_CALL_4()
7615 u8 new_kind, new_kind_len, magic_len = 0, *opend; in BPF_CALL_4() local
7655 opend = bpf_sock->skb_data_end; in BPF_CALL_4()
7657 op = bpf_search_tcp_opt(op, opend, new_kind, magic, magic_len, in BPF_CALL_4()
[all …]
/openbmc/qemu/disas/
H A Dmips.c5119 const struct mips_opcode *op, *opend;
5181 opend = mips16_opcodes + bfd_mips16_num_opcodes;
5182 for (op = mips16_opcodes; op < opend; op++)