Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfilter.h270 #define bytes_to_bpf_size(bytes) \ macro
/linux-4.1.27/net/core/
Dfilter.c230 BUILD_BUG_ON(bytes_to_bpf_size(FIELD_SIZEOF(struct sk_buff, dev)) < 0); in convert_bpf_extensions()
232 *insn++ = BPF_LDX_MEM(bytes_to_bpf_size(FIELD_SIZEOF(struct sk_buff, dev)), in convert_bpf_extensions()