Searched defs:mss_now (Results 1 – 3 of 3) sorted by relevance
| /net/ipv4/ |
| D | tcp_output.c | 1067 static void tcp_set_skb_tso_segs(struct sk_buff *skb, unsigned int mss_now) in tcp_set_skb_tso_segs() 1161 unsigned int mss_now, gfp_t gfp) in tcp_fragment() 1323 int mss_now; in __tcp_mtu_to_mss() local 1425 int mss_now; in tcp_sync_mss() local 1450 u32 mss_now; in tcp_current_mss() local 1543 static void tcp_minshall_update(struct tcp_sock *tp, unsigned int mss_now, in tcp_minshall_update() 1568 u32 tcp_tso_autosize(const struct sock *sk, unsigned int mss_now, in tcp_tso_autosize() 1590 static u32 tcp_tso_segs(struct sock *sk, unsigned int mss_now) in tcp_tso_segs() 1604 unsigned int mss_now, in tcp_mss_split_point() 1662 static int tcp_init_tso_segs(struct sk_buff *skb, unsigned int mss_now) in tcp_init_tso_segs() [all …]
|
| D | tcp.c | 656 static void tcp_push(struct sock *sk, int flags, int mss_now, in tcp_push() 855 static unsigned int tcp_xmit_size_goal(struct sock *sk, u32 mss_now, in tcp_xmit_size_goal() 882 int mss_now; in tcp_send_mss() local 894 int mss_now, size_goal; in do_tcp_sendpages() local 1135 int mss_now = 0, size_goal, copied_syn = 0; in tcp_sendmsg() local
|
| /net/decnet/ |
| D | af_decnet.c | 1881 int mss_now = min_t(int, scp->segsize_loc, scp->segsize_rem); in dn_current_mss() local
|