Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
icmpv6.h File Reference
#include <linux/skbuff.h>
#include <uapi/linux/icmpv6.h>
#include <linux/netdevice.h>

Go to the source code of this file.

Functions

void icmpv6_send (struct sk_buff *skb, u8 type, u8 code, __u32 info)
 
int icmpv6_init (void)
 
int icmpv6_err_convert (u8 type, u8 code, int *err)
 
void icmpv6_cleanup (void)
 
void icmpv6_param_prob (struct sk_buff *skb, u8 code, int pos)
 
void icmpv6_flow_init (struct sock *sk, struct flowi6 *fl6, u8 type, const struct in6_addr *saddr, const struct in6_addr *daddr, int oif)
 

Function Documentation

void icmpv6_cleanup ( void  )

Definition at line 884 of file icmp.c.

int icmpv6_err_convert ( u8  type,
u8  code,
int err 
)

Definition at line 917 of file icmp.c.

void icmpv6_flow_init ( struct sock sk,
struct flowi6 fl6,
u8  type,
const struct in6_addr saddr,
const struct in6_addr daddr,
int  oif 
)

Definition at line 785 of file icmp.c.

int icmpv6_init ( void  )

Definition at line 865 of file icmp.c.

void icmpv6_param_prob ( struct sk_buff skb,
u8  code,
int  pos 
)

Definition at line 117 of file icmp.c.

void icmpv6_send ( struct sk_buff skb,
u8  type,
u8  code,
__u32  info 
)

Definition at line 372 of file icmp.c.