| /kernel/linux/linux-5.10/include/net/netfilter/ |
| H A D | nf_tproxy.h | 20 static inline void nf_tproxy_twsk_deschedule_put(struct inet_timewait_sock *tw) in nf_tproxy_twsk_deschedule_put() argument
|
| /kernel/linux/linux-6.6/include/net/netfilter/ |
| H A D | nf_tproxy.h | 20 static inline void nf_tproxy_twsk_deschedule_put(struct inet_timewait_sock *tw) in nf_tproxy_twsk_deschedule_put() argument
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| H A D | touchwin.c | 48 struct tw { struct 60 struct tw *tw = serio_get_drvdata(serio); in tw_interrupt() local 90 struct tw *tw = serio_get_drvdata(serio); tw_disconnect() local 108 struct tw *tw; tw_connect() local [all...] |
| /kernel/linux/linux-5.10/net/dccp/ |
| H A D | minisocks.c | 33 struct inet_timewait_sock *tw; in dccp_time_wait() local [all...] |
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | touchwin.c | 48 struct tw { struct 60 struct tw *tw = serio_get_drvdata(serio); in tw_interrupt() local 90 struct tw *tw = serio_get_drvdata(serio); tw_disconnect() local 108 struct tw *tw; tw_connect() local [all...] |
| /kernel/linux/linux-6.6/net/dccp/ |
| H A D | minisocks.c | 34 struct inet_timewait_sock *tw; in dccp_time_wait() local [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | inet_timewait_sock.c | 29 void inet_twsk_bind_unhash(struct inet_timewait_sock *tw, in inet_twsk_bind_unhash() argument 44 static void inet_twsk_kill(struct inet_timewait_sock *tw) in inet_twsk_kill() argument 66 inet_twsk_free(struct inet_timewait_sock *tw) inet_twsk_free() argument 77 inet_twsk_put(struct inet_timewait_sock *tw) inet_twsk_put() argument 84 inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, struct hlist_nulls_head *list) inet_twsk_add_node_rcu() argument 90 inet_twsk_add_bind_node(struct inet_timewait_sock *tw, struct hlist_head *list) inet_twsk_add_bind_node() argument 101 inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk, struct inet_hashinfo *hashinfo) inet_twsk_hashdance() argument 146 struct inet_timewait_sock *tw = from_timer(tw, t, tw_timer); tw_timer_handler() local 159 struct inet_timewait_sock *tw; inet_twsk_alloc() local 212 inet_twsk_deschedule_put(struct inet_timewait_sock *tw) inet_twsk_deschedule_put() argument 220 __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, bool rearm) __inet_twsk_schedule() argument [all...] |
| H A D | tcp_minisocks.c | 43 tcp_timewait_check_oow_rate_limit(struct inet_timewait_sock *tw, in tcp_timewait_check_oow_rate_limit() argument 92 tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb, in tcp_timewait_state_process() argument 257 struct inet_timewait_sock *tw; tcp_time_wait() local [all...] |
| H A D | inet_hashtables.c | 467 struct inet_timewait_sock *tw = NULL; in __inet_check_established() local 748 struct inet_timewait_sock *tw = NULL; in __inet_hash_connect() local [all...] |
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | msg_ring.c | 24 struct callback_head tw; member
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | inet_timewait_sock.c | 29 void inet_twsk_bind_unhash(struct inet_timewait_sock *tw, in inet_twsk_bind_unhash() argument 50 static void inet_twsk_kill(struct inet_timewait_sock *tw) in inet_twsk_kill() argument 76 inet_twsk_free(struct inet_timewait_sock *tw) inet_twsk_free() argument 84 inet_twsk_put(struct inet_timewait_sock *tw) inet_twsk_put() argument 91 inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, struct hlist_nulls_head *list) inet_twsk_add_node_rcu() argument 97 inet_twsk_add_bind_node(struct inet_timewait_sock *tw, struct hlist_head *list) inet_twsk_add_bind_node() argument 103 inet_twsk_add_bind2_node(struct inet_timewait_sock *tw, struct hlist_head *list) inet_twsk_add_bind2_node() argument 114 inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk, struct inet_hashinfo *hashinfo) inet_twsk_hashdance() argument 170 struct inet_timewait_sock *tw = from_timer(tw, t, tw_timer); tw_timer_handler() local 179 struct inet_timewait_sock *tw; inet_twsk_alloc() local 233 inet_twsk_deschedule_put(struct inet_timewait_sock *tw) inet_twsk_deschedule_put() argument 241 __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, bool rearm) __inet_twsk_schedule() argument [all...] |
| H A D | tcp_minisocks.c | 36 tcp_timewait_check_oow_rate_limit(struct inet_timewait_sock *tw, in tcp_timewait_check_oow_rate_limit() argument 85 tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb, in tcp_timewait_state_process() argument 285 struct inet_timewait_sock *tw; tcp_time_wait() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_tcp6.c | 156 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local 217 struct tcp_timewait_sock *tw; in dump_tcp6() local [all...] |
| H A D | bpf_iter_tcp4.c | 151 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local 201 struct tcp_timewait_sock *tw; in dump_tcp4() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_core.c | 223 sxgbe_set_eee_timer(void __iomem *ioaddr, const int ls, const int tw) sxgbe_set_eee_timer() argument
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | inet_timewait_sock.h | 101 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule() argument 106 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule() argument [all...] |
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | inet6_hashtables.c | 264 struct inet_timewait_sock *tw = NULL; in __inet6_check_established() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_core.c | 224 sxgbe_set_eee_timer(void __iomem *ioaddr, const int ls, const int tw) sxgbe_set_eee_timer() argument
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | inet_timewait_sock.h | 105 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule() argument 110 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_tcp6.c | 155 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local 216 struct tcp_timewait_sock *tw; in dump_tcp6() local [all...] |
| H A D | bpf_iter_tcp4.c | 150 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local 200 struct tcp_timewait_sock *tw; in dump_tcp4() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | inet6_hashtables.c | 282 struct inet_timewait_sock *tw = NULL; in __inet6_check_established() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac1000_core.c | 395 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer() argument
|
| H A D | dwmac4_core.c | 385 static void dwmac4_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac4_set_eee_timer() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac1000_core.c | 386 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer() argument
|