Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_common.h52 #define BIND_FROM_BPF (1 << 2) macro
/linux/net/ipv6/
H A Daf_inet6.c413 if (!(flags & BIND_FROM_BPF)) { in __inet6_bind()
/linux/net/core/
H A Dfilter.c5804 u32 flags = BIND_FROM_BPF; in BPF_CALL_3()