Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dinet_common.h49 #define BIND_FROM_BPF (1 << 2) macro
/Linux-v6.1/net/ipv6/
Daf_inet6.c418 if (!(flags & BIND_FROM_BPF)) { in __inet6_bind()
/Linux-v6.1/net/ipv4/
Daf_inet.c530 if (!(flags & BIND_FROM_BPF)) { in __inet_bind()
/Linux-v6.1/net/core/
Dfilter.c5585 u32 flags = BIND_FROM_BPF; in BPF_CALL_3()