Searched refs:tcp_mark_push (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A 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/net/ipv4/ |
H A D | tcp.c | 671 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 735 tcp_mark_push(tp, skb); in tcp_push() 1234 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1284 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1301 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1333 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
/linux/net/mptcp/ |
H A D | protocol.c | 1216 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1223 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
/linux/include/net/ |
H A D | tcp.h | 685 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|