Searched refs:magic_len (Results 1 – 1 of 1) sorted by relevance
/net/core/ |
D | filter.c | 7046 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument 7072 if (!magic_len) in bpf_search_tcp_opt() 7075 if (magic_len > kind_len - 2) in bpf_search_tcp_opt() 7078 if (!memcmp(&op[2], magic, magic_len)) in bpf_search_tcp_opt() 7093 u8 search_kind, search_len, copy_len, magic_len; in BPF_CALL_4() local 7115 magic_len = search_len - 2; in BPF_CALL_4() 7120 magic_len = 0; in BPF_CALL_4() 7140 op = bpf_search_tcp_opt(op, opend, search_kind, magic, magic_len, in BPF_CALL_4() 7169 u8 new_kind, new_kind_len, magic_len = 0, *opend; in BPF_CALL_4() local 7203 magic_len = 2; in BPF_CALL_4() [all …]
|