Searched refs:__ip_queue_xmit (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_output.c | 461 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, in __ip_queue_xmit() function 550 EXPORT_SYMBOL(__ip_queue_xmit); 554 return __ip_queue_xmit(sk, skb, fl, inet_sk(sk)->tos); in ip_queue_xmit()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip.h | 211 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | protocol.c | 998 return __ip_queue_xmit(&inet->sk, skb, &transport->fl, dscp); in sctp_v4_xmit()
|