Lines Matching defs:net

100 int __ip_local_out(struct net *net, struct sock *sk, struct sk_buff *skb)  in __ip_local_out()
121 int ip_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_local_out()
153 struct net *net = sock_net(sk); in ip_build_and_send_pkt() local
196 static int ip_finish_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_finish_output2()
245 static int ip_finish_output_gso(struct net *net, struct sock *sk, in ip_finish_output_gso()
293 static int __ip_finish_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __ip_finish_output()
314 static int ip_finish_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_finish_output()
330 static int ip_mc_finish_output(struct net *net, struct sock *sk, in ip_mc_finish_output()
364 int ip_mc_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_mc_output()
424 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_output()
458 struct net *net = sock_net(sk); in __ip_queue_xmit() local
575 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment()
577 int (*output)(struct net *, struct sock *, struct sk_buff *)) in ip_fragment()
760 int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_do_fragment()
761 int (*output)(struct net *, struct sock *, struct sk_buff *)) in ip_do_fragment()
1386 struct net *net = sock_net(sk); in __ip_make_skb() local
1482 int ip_send_skb(struct net *net, struct sk_buff *skb) in ip_send_skb()
1590 struct net *net = sock_net(sk); in ip_send_unicast_reply() local