Searched refs:tcp_mark_push (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 667 static inline void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() function 732 tcp_mark_push(tp, skb); in tcp_push() 1047 tcp_mark_push(tp, skb); in do_tcp_sendpages() 1086 tcp_mark_push(tp, skb); in do_tcp_sendpages() 1354 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1387 tcp_mark_push(tp, skb); in tcp_sendmsg_locked() 1413 tcp_mark_push(tp, skb); in tcp_sendmsg_locked()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A 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()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 1280 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag() 1287 tcp_mark_push(tcp_sk(ssk), skb); in mptcp_sendmsg_frag()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 592 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
|
Completed in 31 milliseconds