Searched refs:tcp_mark_push (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 109 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tcp_mark_push 111 … pushed_seq read_write - tcp_mark_push,forced_push
|
/linux-6.8/net/ipv4/ |
D | tcp.c | 651 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 715 tcp_mark_push(tp, skb); in tcp_push() 1187 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1236 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1254 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1286 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
/linux-6.8/net/mptcp/ |
D | protocol.c | 1263 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1270 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
/linux-6.8/include/net/ |
D | tcp.h | 604 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|