Home
last modified time | relevance | path

Searched refs:tcp_mark_push (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp.c651 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()
1186 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
1235 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
1253 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
1285 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
/Linux-v6.6/include/net/
Dtcp.h592 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
/Linux-v6.6/net/mptcp/
Dprotocol.c1280 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()