Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dfilter.c7210 static const u8 *bpf_search_tcp_opt(const u8 *op, const u8 *opend, in bpf_search_tcp_opt() argument
7218 while (op < opend) { in bpf_search_tcp_opt()
7229 if (opend - op < 2 || opend - op < op[1] || op[1] < 2) in bpf_search_tcp_opt()
7258 const u8 *op, *opend, *magic, *search = search_res; in BPF_CALL_4() local
7294 opend = op + ret; in BPF_CALL_4()
7302 opend = bpf_sock->skb_data_end; in BPF_CALL_4()
7306 op = bpf_search_tcp_opt(op, opend, search_kind, magic, magic_len, in BPF_CALL_4()
7335 u8 new_kind, new_kind_len, magic_len = 0, *opend; in BPF_CALL_4() local
7375 opend = bpf_sock->skb_data_end; in BPF_CALL_4()
7377 op = bpf_search_tcp_opt(op, opend, new_kind, magic, magic_len, in BPF_CALL_4()
[all …]