Home
last modified time | relevance | path

Searched refs:sysctl_netrom_reset_circuit (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/netrom/
H A Dnr_in.c100 if (sysctl_netrom_reset_circuit) in nr_state1_machine()
131 if (sysctl_netrom_reset_circuit) in nr_state2_machine()
266 if (sysctl_netrom_reset_circuit) in nr_state3_machine()
H A Dsysctl_net_netrom.c136 .data = &sysctl_netrom_reset_circuit,
H A Daf_netrom.c57 int sysctl_netrom_reset_circuit = NR_DEFAULT_RESET; variable
957 if (sysctl_netrom_reset_circuit && in nr_rx_frame()
/kernel/linux/linux-6.6/net/netrom/
H A Dnr_in.c100 if (READ_ONCE(sysctl_netrom_reset_circuit)) in nr_state1_machine()
131 if (READ_ONCE(sysctl_netrom_reset_circuit)) in nr_state2_machine()
265 if (READ_ONCE(sysctl_netrom_reset_circuit)) in nr_state3_machine()
H A Dsysctl_net_netrom.c136 .data = &sysctl_netrom_reset_circuit,
H A Daf_netrom.c57 int sysctl_netrom_reset_circuit = NR_DEFAULT_RESET; variable
957 if (READ_ONCE(sysctl_netrom_reset_circuit) && in nr_rx_frame()
/kernel/linux/linux-5.10/include/net/
H A Dnetrom.h187 extern int sysctl_netrom_reset_circuit;
/kernel/linux/linux-6.6/include/net/
H A Dnetrom.h188 extern int sysctl_netrom_reset_circuit;

Completed in 6 milliseconds