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

/linux-master/net/core/
H A Dfilter.c7484 static const u8 *bpf_search_tcp_opt(const u8 *op, const u8 *opend, argument
7492 while (op < opend) {
7503 if (opend - op < 2 || opend - op < op[1] || op[1] < 2)
7532 const u8 *op, *opend, *magic, *search = search_res; local
7568 opend = op + ret;
7576 opend = bpf_sock->skb_data_end;
7580 op = bpf_search_tcp_opt(op, opend, search_kind, magic, magic_len,
7609 u8 new_kind, new_kind_len, magic_len = 0, *opend; local
7649 opend
[all...]

Completed in 124 milliseconds