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