Searched refs:tcp_mark_push (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 111 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tcp_mark_push 113 … pushed_seq read_write tcp_mark_push,forced_push
|
/linux-6.15/net/ipv4/ |
D | tcp.c | 673 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 737 tcp_mark_push(tp, skb); in tcp_push() 1212 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1261 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1279 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1311 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
/linux-6.15/net/mptcp/ |
D | protocol.c | 1187 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1194 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
/linux-6.15/include/net/ |
D | tcp.h | 685 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|