/drivers/acpi/tables/

value='ecrts14-pgm-final'>ecrts14-pgm-final The LITMUS^RT kernel.Bjoern Brandenburg
aboutsummaryrefslogblamecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
blob: 8f50eae47d039e3d1fbb69dac42db60e1eb1b53e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                            
                           
                             





                                                     















                                                                    
                                                           

























                                                                                   

                                                  



























































































                                                                                            

                                         
























                                                                
                                  




































                                                                        
                                                                               









                                             
                               



                                             
                                              










                                                                                 


































                                                                            




                                                           

                                                  





                                                        






















                                                            
/* 
 * xfrm4_policy.c
 *
 * Changes:
 *	Kazunori MIYAZAWA @USAGI
 * 	YOSHIFUJI Hideaki @USAGI
 *		Split up af-specific portion
 * 	
 */

#include <linux/compiler.h>
#include <linux/inetdevice.h>
#include <net/xfrm.h>
#include <net/ip.h>

static struct dst_ops xfrm4_dst_ops;
static struct xfrm_policy_afinfo xfrm4_policy_afinfo;

static int xfrm4_dst_lookup(struct xfrm_dst **dst, struct flowi *fl)
{
	return __ip_route_output_key((struct rtable**)dst, fl);
}

static struct dst_entry *
__xfrm4_find_bundle(struct flowi *fl, struct xfrm_policy *policy)
{
	struct dst_entry *dst;