Searched refs:tcp_mark_push (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 124 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tcp_mark_push 126 … pushed_seq read_write tcp_mark_push,forced_push
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 696 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 761 tcp_mark_push(tp, skb); in tcp_push() 1306 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1356 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1373 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1405 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1312 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1319 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
| /linux/include/net/ |
| H A D | tcp.h | 730 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|