Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c14 #define MAX_PACKET_OFF 0xffff macro
207 /* Verifier forbids access to packet when offset exceeds MAX_PACKET_OFF */ in next()
208 if (off > MAX_PACKET_OFF - sz) in next()
/linux/include/linux/
H A Dbpf_verifier.h1443 #define MAX_PACKET_OFF 0xffff macro
/linux/kernel/bpf/
H A Dfixups.c1843 prog->aux->max_pkt_offset = MAX_PACKET_OFF; in bpf_do_misc_fixups()
H A Dverifier.c15435 if (dst_reg->umax_value > MAX_PACKET_OFF) in find_good_pkt_pointers()