Searched refs:__ip_queue_xmit (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | ip_output.c | 454 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, in __ip_queue_xmit() function 543 EXPORT_SYMBOL(__ip_queue_xmit); 547 return __ip_queue_xmit(sk, skb, fl, inet_sk(sk)->tos); in ip_queue_xmit()
|
/linux-6.6.21/include/net/ |
D | ip.h | 214 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
|
/linux-6.6.21/net/sctp/ |
D | protocol.c | 1075 return __ip_queue_xmit(sk, skb, &t->fl, dscp); in sctp_v4_xmit()
|