Searched refs:INDIRECT_CALL_INET (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | indirect_call_wrapper.h | 57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ macro 60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro 62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) macro
|
| /include/net/ |
| A D | dst.h | 216 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu() 461 return INDIRECT_CALL_INET(READ_ONCE(skb_dst(skb)->output), in dst_output() 471 return INDIRECT_CALL_INET(READ_ONCE(skb_dst(skb)->input), in dst_input() 482 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
|
| A D | gro.h | 419 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
|
| A D | sock.h | 1148 return INDIRECT_CALL_INET(sk->sk_backlog_rcv, in sk_backlog_rcv()
|
Completed in 15 milliseconds