Searched defs:mss (Results 1 – 16 of 16) sorted by relevance
/net/ipv4/ |
D | tcp_offload.c | 18 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() 64 unsigned int mss; in tcp_gso_segment() local 187 unsigned int mss = 1; in tcp_gro_receive() local
|
D | tcp_output.c | 128 int mss = tp->advmss; in tcp_advertise_mss() local 193 u32 tcp_default_init_rwnd(u32 mss) in tcp_default_init_rwnd() 214 void tcp_select_initial_window(int __space, __u32 mss, in tcp_select_initial_window() 421 u16 mss; /* 0 to disable */ member 596 unsigned int mss, struct sk_buff *skb, in tcp_synack_options() 1323 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu() 2153 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() local 2296 int mss = icsk->icsk_ack.rcv_mss; in __tcp_select_window() local 2877 int mss; in tcp_make_synack() local 3305 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup() local
|
D | syncookies.c | 160 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local 269 int mss; in cookie_v4_check() local
|
D | tcp_metrics.c | 30 u16 mss; member 686 void tcp_fastopen_cache_get(struct sock *sk, u16 *mss, in tcp_fastopen_cache_get() 710 void tcp_fastopen_cache_set(struct sock *sk, u16 mss, in tcp_fastopen_cache_set()
|
D | tcp_minisocks.c | 371 int mss = dst_metric_advmss(dst); in tcp_openreq_init_rwin() local
|
D | udp_offload.c | 149 unsigned int mss; in udp4_ufo_fragment() local
|
D | tcp_timer.c | 126 int mss; in tcp_mtu_probing() local
|
D | tcp_input.c | 384 u32 mss = tcp_sk(sk)->advmss; in tcp_fixup_rcvbuf() local 1150 unsigned int mss; in tcp_match_skb_to_sack() local 1284 unsigned int pcount, int shifted, int mss, in tcp_shifted_skb() 1387 int mss; in tcp_shift_skb_data() local 2222 unsigned int mss; in tcp_mark_head_lost() local 2629 unsigned int mss = tcp_current_mss(sk); in tcp_simple_retransmit() local 5338 u16 mss = tp->rx_opt.mss_clamp; in tcp_rcv_fastopen_synack() local
|
/net/ipv6/ |
D | syncookies.c | 120 const __u16 mss = *mssp; in __cookie_v6_init_sequence() local 166 int mss; in cookie_v6_check() local
|
D | udp_offload.c | 24 unsigned int mss; in udp6_ufo_fragment() local
|
/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 93 u16 mss = opts->mss; in synproxy_send_client_synack() local 252 int mss; in synproxy_recv_client_ack() local
|
/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 78 u16 mss = opts->mss; in synproxy_send_client_synack() local 237 int mss; in synproxy_recv_client_ack() local
|
/net/netfilter/ |
D | xt_osf.c | 204 u16 window, totlen, mss = 0; in xt_osf_match_packet() local
|
/net/decnet/ |
D | dn_route.c | 286 u32 mss = mtu - DN_MAX_NSP_DATA_HEADER; in dn_dst_update_pmtu() local 904 unsigned int mss = dn_mss_from_pmtu(dev, dst_mtu(&rt->dst)); in dn_rt_set_next_hop() local
|
D | af_decnet.c | 1853 unsigned int mss = 230 - DN_MAX_NSP_DATA_HEADER; in dn_mss_from_pmtu() local 1916 size_t mss; in dn_sendmsg() local
|
/net/core/ |
D | skbuff.c | 2911 unsigned int mss = skb_shinfo(head_skb)->gso_size; in skb_segment() local
|