Searched refs:smc_call_hsbpf (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| H A D | smc.h | 92 #define smc_call_hsbpf(init_val, tp, func, ...) ({ \ macro 103 #define smc_call_hsbpf(init_val, tp, ...) ({ (void)(tp); (init_val); }) macro
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 837 tp->syn_smc = !!smc_call_hsbpf(1, tp, syn_option); in smc_set_option() 855 ireq->smc_ok = !!smc_call_hsbpf(1, tp, synack_option, ireq); in smc_set_option_cond()
|