/linux-4.1.27/net/ipv4/ |
D | ip_output.c | 841 struct inet_cork *cork, in __ip_append_data() argument 851 struct ip_options *opt = cork->opt; in __ip_append_data() 860 struct rtable *rt = (struct rtable *)cork->dst; in __ip_append_data() 866 mtu = cork->fragsize; in __ip_append_data() 867 if (cork->tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip_append_data() 877 if (cork->length + length > maxnonfragsize - fragheaderlen) { in __ip_append_data() 893 cork->length += length; in __ip_append_data() 985 skb_shinfo(skb)->tx_flags = cork->tx_flags; in __ip_append_data() 986 cork->tx_flags = 0; in __ip_append_data() 1082 cork->length -= length; in __ip_append_data() [all …]
|
D | datagram.c | 50 fl4 = &inet->cork.fl.u.ip4; in __ip4_datagram_connect()
|
D | inet_connection_sock.c | 444 fl4 = &newinet->cork.fl.u.ip4; in inet_csk_route_child_sock() 967 dst = inet_csk_rebuild_route(sk, &inet->cork.fl); in inet_csk_update_pmtu() 975 dst = inet_csk_rebuild_route(sk, &inet->cork.fl); in inet_csk_update_pmtu()
|
D | syncookies.c | 399 inet_sk(ret)->cork.fl.u.ip4 = fl4; in cookie_v4_check()
|
D | udp.c | 859 struct flowi4 *fl4 = &inet->cork.fl.u.ip4; in udp_push_pending_frames() 913 fl4 = &inet->cork.fl.u.ip4; in udp_sendmsg() 1075 fl4 = &inet->cork.fl.u.ip4; in udp_sendmsg() 1154 ret = ip_append_page(sk, &inet->cork.fl.u.ip4, in udp_sendpage()
|
D | af_inet.c | 1121 fl4 = &inet->cork.fl.u.ip4; in inet_sk_reselect_saddr() 1174 fl4 = &inet->cork.fl.u.ip4; in inet_sk_rebuild_header()
|
D | tcp_ipv4.c | 170 fl4 = &inet->cork.fl.u.ip4; in tcp_v4_connect()
|
D | tcp_output.c | 1031 err = icsk->icsk_af_ops->queue_xmit(sk, skb, &inet->cork.fl); in tcp_transmit_skb()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_output.c | 1160 static int ip6_setup_cork(struct sock *sk, struct inet_cork_full *cork, in ip6_setup_cork() argument 1206 cork->base.dst = &rt->dst; in ip6_setup_cork() 1207 cork->fl.u.ip6 = *fl6; in ip6_setup_cork() 1220 cork->base.fragsize = mtu; in ip6_setup_cork() 1222 cork->base.flags |= IPCORK_ALLFRAG; in ip6_setup_cork() 1223 cork->base.length = 0; in ip6_setup_cork() 1231 struct inet_cork *cork, in __ip6_append_data() argument 1249 struct rt6_info *rt = (struct rt6_info *)cork->dst; in __ip6_append_data() 1259 mtu = cork->fragsize; in __ip6_append_data() 1284 if ((cork->length + length > mtu - headersize) && dontfrag && in __ip6_append_data() [all …]
|
D | raw.c | 555 total_len = inet_sk(sk)->cork.base.length; in rawv6_push_pending_frames()
|
D | udp.c | 1087 fl6 = inet_sk(sk)->cork.fl.u.ip6; in udp_v6_push_pending_frames()
|
/linux-4.1.27/include/net/ |
D | inet_sock.h | 196 struct inet_cork_full cork; member
|
D | ipv6.h | 814 struct inet_cork_full *cork, 826 return __ip6_make_skb(sk, &sk->sk_write_queue, &inet_sk(sk)->cork, in ip6_finish_skb() 827 &inet6_sk(sk)->cork); in ip6_finish_skb()
|
D | ip.h | 137 struct inet_cork *cork); 150 return __ip_make_skb(sk, fl4, &sk->sk_write_queue, &inet_sk(sk)->cork.base); in ip_finish_skb()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 450 fl4 = &inet->cork.fl.u.ip4; in l2tp_ip_sendmsg() 490 rc = ip_queue_xmit(sk, skb, &inet->cork.fl); in l2tp_ip_sendmsg()
|
D | l2tp_core.c | 1147 fl = &inet->cork.fl; in l2tp_xmit_skb()
|
/linux-4.1.27/include/linux/ |
D | ipv6.h | 231 struct inet6_cork cork; member
|
/linux-4.1.27/net/sctp/ |
D | outqueue.c | 342 if (!q->cork) in sctp_outq_tail() 689 if (q->cork) in sctp_outq_uncork() 690 q->cork = 0; in sctp_outq_uncork()
|
D | sm_sideeffect.c | 1431 if (!asoc->outqueue.cork) { in sctp_cmd_interpreter() 1713 if (!asoc->outqueue.cork) { in sctp_cmd_interpreter()
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 1052 char cork; member 1070 q->cork = 1; in sctp_outq_cork()
|
/linux-4.1.27/net/dccp/ |
D | output.c | 141 err = icsk->icsk_af_ops->queue_xmit(sk, skb, &inet->cork.fl); in dccp_transmit_skb()
|
D | ipv4.c | 74 fl4 = &inet->cork.fl.u.ip4; in dccp_v4_connect()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_worker.c | 2004 int uncork, cork; in wait_for_work() local 2073 cork = nc ? nc->tcp_cork : 0; in wait_for_work() 2077 if (cork) in wait_for_work()
|
/linux-4.1.27/Documentation/networking/ |
D | timestamping.txt | 221 skbuff as a result of Nagle, cork, autocork, segmentation and GSO. The
|