Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
neigh_ops Struct Reference

#include <neighbour.h>

Data Fields

int family
 
void(* solicit )(struct neighbour *, struct sk_buff *)
 
void(* error_report )(struct neighbour *, struct sk_buff *)
 
int(* output )(struct neighbour *, struct sk_buff *)
 
int(* connected_output )(struct neighbour *, struct sk_buff *)
 

Detailed Description

Definition at line 120 of file neighbour.h.

Field Documentation

int(* connected_output)(struct neighbour *, struct sk_buff *)

Definition at line 125 of file neighbour.h.

void(* error_report)(struct neighbour *, struct sk_buff *)

Definition at line 123 of file neighbour.h.

int family

Definition at line 121 of file neighbour.h.

int(* output)(struct neighbour *, struct sk_buff *)

Definition at line 124 of file neighbour.h.

void(* solicit)(struct neighbour *, struct sk_buff *)

Definition at line 122 of file neighbour.h.


The documentation for this struct was generated from the following file: