Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vnic_vic.c File Reference
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/slab.h>
#include "vnic_vic.h"

Go to the source code of this file.

Functions

struct vic_provinfovic_provinfo_alloc (gfp_t flags, const u8 *oui, const u8 type)
 
void vic_provinfo_free (struct vic_provinfo *vp)
 
int vic_provinfo_add_tlv (struct vic_provinfo *vp, u16 type, u16 length, const void *value)
 
size_t vic_provinfo_size (struct vic_provinfo *vp)
 

Function Documentation

int vic_provinfo_add_tlv ( struct vic_provinfo vp,
u16  type,
u16  length,
const void value 
)

Definition at line 50 of file vnic_vic.c.

struct vic_provinfo* vic_provinfo_alloc ( gfp_t  flags,
const u8 oui,
const u8  type 
)
read

Definition at line 26 of file vnic_vic.c.

void vic_provinfo_free ( struct vic_provinfo vp)

Definition at line 45 of file vnic_vic.c.

size_t vic_provinfo_size ( struct vic_provinfo vp)

Definition at line 76 of file vnic_vic.c.