Home
last modified time | relevance | path

Searched refs:inet_timewait_sock (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/include/net/
H A Dinet_timewait_sock.h33 struct inet_timewait_sock { struct
84 static inline struct inet_timewait_sock *inet_twsk(const struct sock *sk) in inet_twsk() argument
86 return (struct inet_timewait_sock *)sk; in inet_twsk()
89 void inet_twsk_free(struct inet_timewait_sock *tw);
90 void inet_twsk_put(struct inet_timewait_sock *tw);
92 void inet_twsk_bind_unhash(struct inet_timewait_sock *tw,
95 struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk,
99 void inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk,
102 void __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo,
105 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule()
[all …]
H A Dinet_hashtables.h537 struct inet_timewait_sock **));
H A Dtcp.h385 enum tcp_tw_status tcp_timewait_state_process(struct inet_timewait_sock *tw,
/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c29 void inet_twsk_bind_unhash(struct inet_timewait_sock *tw, in inet_twsk_bind_unhash()
50 static void inet_twsk_kill(struct inet_timewait_sock *tw) in inet_twsk_kill()
76 void inet_twsk_free(struct inet_timewait_sock *tw) in inet_twsk_free()
84 void inet_twsk_put(struct inet_timewait_sock *tw) in inet_twsk_put()
91 static void inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, in inet_twsk_add_node_rcu()
97 static void inet_twsk_add_bind_node(struct inet_timewait_sock *tw, in inet_twsk_add_bind_node()
103 static void inet_twsk_add_bind2_node(struct inet_timewait_sock *tw, in inet_twsk_add_bind2_node()
114 void inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk, in inet_twsk_hashdance()
170 struct inet_timewait_sock *tw = from_timer(tw, t, tw_timer); in tw_timer_handler()
175 struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, in inet_twsk_alloc()
[all …]
H A Dinet_diag.c419 struct inet_timewait_sock *tw = inet_twsk(sk); in inet_twsk_diag_fill()
985 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_family) != in twsk_build_assert()
988 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_num) != in twsk_build_assert()
991 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_dport) != in twsk_build_assert()
994 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_rcv_saddr) != in twsk_build_assert()
997 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_daddr) != in twsk_build_assert()
1001 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_v6_rcv_saddr) != in twsk_build_assert()
1004 BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_v6_daddr) != in twsk_build_assert()
H A Dtcp_minisocks.c36 tcp_timewait_check_oow_rate_limit(struct inet_timewait_sock *tw, in tcp_timewait_check_oow_rate_limit()
85 tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb, in tcp_timewait_state_process()
285 struct inet_timewait_sock *tw; in tcp_time_wait()
H A DMakefile9 inet_timewait_sock.o inet_connection_sock.o \
H A Dinet_hashtables.c546 struct inet_timewait_sock **twp) in __inet_check_established()
563 struct inet_timewait_sock *tw = NULL; in __inet_check_established()
1003 struct sock *, __u16, struct inet_timewait_sock **)) in __inet_hash_connect() argument
1007 struct inet_timewait_sock *tw = NULL; in __inet_hash_connect()
H A Dtcp_ipv4.c115 const struct inet_timewait_sock *tw = inet_twsk(sktw); in tcp_twsk_unique()
826 offsetof(struct inet_timewait_sock, tw_bound_dev_if)); in tcp_v4_send_reset()
957 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v4_timewait_ack()
2731 static void get_timewait4_sock(const struct inet_timewait_sock *tw, in get_timewait4_sock()
H A Dinet_connection_sock.c214 struct inet_timewait_sock *tw2; in inet_bhash2_conflict()
H A Dtcp.c4609 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_abort()
/openbmc/linux/net/dccp/
H A Dipv6.h24 struct inet_timewait_sock inet;
H A Dminisocks.c34 struct inet_timewait_sock *tw; in dccp_time_wait()
H A Dipv4.c956 .twsk_obj_size = sizeof(struct inet_timewait_sock),
/openbmc/linux/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()
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c266 struct inet_timewait_sock **twp) in __inet6_check_established()
282 struct inet_timewait_sock *tw = NULL; in __inet6_check_established()
H A Dtcp_ipv6.c1090 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v6_timewait_ack()
1810 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v6_rcv()
2058 struct inet_timewait_sock *tw, int i) in get_timewait6_sock()
/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h181 BTF_SOCK_TYPE(BTF_SOCK_TYPE_INET_TW, inet_timewait_sock) \
/openbmc/linux/include/linux/
H A Dbtf_ids.h231 BTF_SOCK_TYPE(BTF_SOCK_TYPE_INET_TW, inet_timewait_sock) \
H A Dtcp.h493 struct inet_timewait_sock tw_sk;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c150 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock()
H A Dbpf_iter_tcp6.c155 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock()
/openbmc/linux/net/core/
H A Dfilter.c11694 BTF_TYPE_EMIT(struct inet_timewait_sock); in BPF_CALL_1()
/openbmc/linux/
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]