Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dindirect_call_wrapper.h66 #define INDIRECT_CALL_INET_1(f, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro
68 #define INDIRECT_CALL_INET_1(f, f1, ...) f(__VA_ARGS__) macro
H A Dbpf-cgroup.h385 !INDIRECT_CALL_INET_1((sock)->sk_prot->bpf_bypass_getsockopt, \
/openbmc/linux/include/net/
H A Dsock.h1395 INDIRECT_CALL_INET_1(sk->sk_prot->stream_memory_free, in __sk_stream_memory_free()
/openbmc/linux/net/core/
H A Dsock.c2887 INDIRECT_CALL_INET_1(sk->sk_prot->leave_memory_pressure, in sk_leave_memory_pressure()