Searched refs:tcp_mark_push (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 110 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tcp_mark_push 112 … pushed_seq read_write tcp_mark_push,forced_push
|
/linux-6.14.4/net/ipv4/ |
D | tcp.c | 665 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 729 tcp_mark_push(tp, skb); in tcp_push() 1204 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1253 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1271 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1303 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
/linux-6.14.4/net/mptcp/ |
D | protocol.c | 1289 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1296 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
/linux-6.14.4/include/net/ |
D | tcp.h | 645 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|