Home
last modified time | relevance | path

Searched refs:inet_cork_full (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
H A Dinet_sock.rst44 struct inet_cork_full cork read_mostly __tcp_transmi…
/linux-6.15/include/net/
H A Dinet_sock.h183 struct inet_cork_full { struct
243 struct inet_cork_full cork;
H A Dipv6.h1106 struct inet_cork_full *cork,
1114 struct inet_cork_full *cork);
/linux-6.15/net/ipv6/
H A Dip6_output.c1341 static int ip6_setup_cork(struct sock *sk, struct inet_cork_full *cork, in ip6_setup_cork()
1419 struct inet_cork_full *cork_full, in __ip6_append_data()
1863 static void ip6_cork_steal_dst(struct sk_buff *skb, struct inet_cork_full *cork) in ip6_cork_steal_dst()
1871 static void ip6_cork_release(struct inet_cork_full *cork, in ip6_cork_release()
1893 struct inet_cork_full *cork, in __ip6_make_skb()
2008 struct inet_cork_full *cork, in __ip6_flush_pending_frames()
2035 unsigned int flags, struct inet_cork_full *cork) in ip6_make_skb()
H A Dudp.c1485 struct inet_cork_full cork; in udpv6_sendmsg()