Searched refs:__ip_queue_xmit (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_output.c | 463 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, in __ip_queue_xmit() function 544 EXPORT_SYMBOL(__ip_queue_xmit); 548 return __ip_queue_xmit(sk, skb, fl, READ_ONCE(inet_sk(sk)->tos)); in ip_queue_xmit()
|
| /linux/include/net/ |
| H A D | ip.h | 218 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
|
| /linux/net/sctp/ |
| H A D | protocol.c | 1060 return __ip_queue_xmit(sk, skb, &t->fl, dscp); in sctp_v4_xmit()
|