|
@@ -112,6 +112,7 @@ int ip_mc_output(struct sock *sk, struct sk_buff *skb);
|
|
int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
|
|
int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
|
|
int (*output)(struct net *, struct sock *, struct sk_buff *));
|
|
int (*output)(struct net *, struct sock *, struct sk_buff *));
|
|
void ip_send_check(struct iphdr *ip);
|
|
void ip_send_check(struct iphdr *ip);
|
|
|
|
+int __ip_local_out_sk(struct sock *sk, struct sk_buff *skb);
|
|
int __ip_local_out(struct sk_buff *skb);
|
|
int __ip_local_out(struct sk_buff *skb);
|
|
int ip_local_out_sk(struct sock *sk, struct sk_buff *skb);
|
|
int ip_local_out_sk(struct sock *sk, struct sk_buff *skb);
|
|
static inline int ip_local_out(struct sk_buff *skb)
|
|
static inline int ip_local_out(struct sk_buff *skb)
|