Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp.c644 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function
708 tcp_mark_push(tp, skb); in tcp_push()
1005 tcp_mark_push(tp, skb); in tcp_build_frag()
1093 tcp_mark_push(tp, skb); in do_tcp_sendpages()
1358 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
1407 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
1433 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
/Linux-v6.1/include/net/
Dtcp.h595 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
/Linux-v6.1/net/mptcp/
Dprotocol.c1273 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()