Searched defs:rx_opt (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 951 tcp_nip_openreq_init(struct request_sock *req, const struct tcp_options_received *rx_opt, struct sk_buff *skb, const struct sock *sk) tcp_nip_openreq_init() argument 1241 tcp_nip_paws_check(const struct tcp_options_received *rx_opt, int paws_win) tcp_nip_paws_check() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | tcp.h | 102 static inline void tcp_clear_options(struct tcp_options_received *rx_opt) in tcp_clear_options() argument 280 struct tcp_options_received rx_opt; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tcp.h | 132 static inline void tcp_clear_options(struct tcp_options_received *rx_opt) in tcp_clear_options() argument 312 struct tcp_options_received rx_opt; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1383 static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) in tcp_sack_reset() argument 1517 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() argument 1535 tcp_paws_reject(const struct tcp_options_received *rx_opt, int rst) tcp_paws_reject() argument [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 6702 tcp_openreq_init(struct request_sock *req, const struct tcp_options_received *rx_opt, struct sk_buff *skb, const struct sock *sk) tcp_openreq_init() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1409 static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) in tcp_sack_reset() argument 1599 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() argument 1617 tcp_paws_reject(const struct tcp_options_received *rx_opt, int rst) tcp_paws_reject() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 6812 tcp_openreq_init(struct request_sock *req, const struct tcp_options_received *rx_opt, struct sk_buff *skb, const struct sock *sk) tcp_openreq_init() argument [all...] |
Completed in 22 milliseconds