Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_common.h43 #define BIND_FROM_BPF (1 << 2) macro
/Linux-v5.10/net/ipv6/
Daf_inet6.c412 if (!(flags & BIND_FROM_BPF)) { in __inet6_bind()
/Linux-v5.10/net/ipv4/
Daf_inet.c533 if (!(flags & BIND_FROM_BPF)) { in __inet_bind()
/Linux-v5.10/net/core/
Dfilter.c5185 u32 flags = BIND_FROM_BPF; in BPF_CALL_3()