Home
last modified time | relevance | path

Searched defs:tw (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tproxy.h20 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 Dnf_tproxy.h20 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 Dtouchwin.c48 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 Dminisocks.c33 struct inet_timewait_sock *tw; in dccp_time_wait() local
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtouchwin.c48 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 Dminisocks.c34 struct inet_timewait_sock *tw; in dccp_time_wait() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_timewait_sock.c29 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 Dtcp_minisocks.c43 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 Dinet_hashtables.c467 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 Dmsg_ring.c24 struct callback_head tw; member
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_timewait_sock.c29 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 Dtcp_minisocks.c36 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 Dbpf_iter_tcp6.c156 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 Dbpf_iter_tcp4.c151 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 Dsxgbe_core.c223 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 Dinet_timewait_sock.h101 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 Dinet6_hashtables.c264 struct inet_timewait_sock *tw = NULL; in __inet6_check_established() local
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c224 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 Dinet_timewait_sock.h105 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 Dbpf_iter_tcp6.c155 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 Dbpf_iter_tcp4.c150 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 Dinet6_hashtables.c282 struct inet_timewait_sock *tw = NULL; in __inet6_check_established() local
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c395 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer() argument
H A Ddwmac4_core.c385 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 Ddwmac1000_core.c386 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer() argument

Completed in 14 milliseconds

12