Searched defs:mss_now (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_output.c | 1508 static int tcp_set_skb_tso_segs(struct sk_buff *skb, unsigned int mss_now) in tcp_set_skb_tso_segs() 1602 unsigned int mss_now, gfp_t gfp) in tcp_fragment() 1756 int mss_now; in __tcp_mtu_to_mss() local 1841 int mss_now; in tcp_sync_mss() local 1866 u32 mss_now; in tcp_current_mss() local 1979 static void tcp_minshall_update(struct tcp_sock *tp, unsigned int mss_now, in tcp_minshall_update() 2015 static u32 tcp_tso_autosize(const struct sock *sk, unsigned int mss_now, in tcp_tso_autosize() 2035 static u32 tcp_tso_segs(struct sock *sk, unsigned int mss_now) in tcp_tso_segs() 2051 unsigned int mss_now, in tcp_mss_split_point() 2103 static int tcp_init_tso_segs(struct sk_buff *skb, unsigned int mss_now) in tcp_init_tso_segs() [all …]
|
H A D | tcp.c | 719 void tcp_push(struct sock *sk, int flags, int mss_now, in tcp_push() 911 static unsigned int tcp_xmit_size_goal(struct sock *sk, u32 mss_now, in tcp_xmit_size_goal() 937 int mss_now; in tcp_send_mss() local 1059 int mss_now = 0, size_goal, copied_syn = 0; in tcp_sendmsg_locked() local 1369 int mss_now, size_goal; in tcp_splice_eof() local
|
H A D | tcp_input.c | 1020 unsigned int mss_now; member
|
/linux/net/mptcp/ |
H A D | protocol.c | 1136 int mss_now; member
|