FreeBSD kernel CXGBE device code
t4_clip.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLIP_HASH_SIZE   32
 

Functions

void t4_clip_modload (void)
 
void t4_clip_modunload (void)
 
void t4_init_clip_table (struct adapter *)
 
void t4_destroy_clip_table (struct adapter *)
 
struct clip_entry * t4_get_clip_entry (struct adapter *, struct in6_addr *, bool)
 
void t4_hold_clip_entry (struct adapter *, struct clip_entry *)
 
void t4_release_clip_entry (struct adapter *, struct clip_entry *)
 
int t4_release_clip_addr (struct adapter *, struct in6_addr *)
 
int sysctl_clip (SYSCTL_HANDLER_ARGS)
 

Macro Definition Documentation

◆ CLIP_HASH_SIZE

#define CLIP_HASH_SIZE   32

Definition at line 35 of file t4_clip.h.

Function Documentation

◆ sysctl_clip()

int sysctl_clip ( SYSCTL_HANDLER_ARGS  )

Referenced by t4_sysctls().

Here is the caller graph for this function:

◆ t4_clip_modload()

void t4_clip_modload ( void  )

Referenced by mod_event().

Here is the caller graph for this function:

◆ t4_clip_modunload()

void t4_clip_modunload ( void  )

Referenced by mod_event().

Here is the caller graph for this function:

◆ t4_destroy_clip_table()

void t4_destroy_clip_table ( struct adapter )

Referenced by t4_detach_common().

Here is the caller graph for this function:

◆ t4_get_clip_entry()

struct clip_entry * t4_get_clip_entry ( struct adapter sc,
struct in6_addr *  in6,
bool  add 
)

Definition at line 256 of file t4_clip.c.

References adapter::clip_task.

Referenced by hold_clip_addr().

Here is the caller graph for this function:

◆ t4_hold_clip_entry()

void t4_hold_clip_entry ( struct adapter sc,
struct clip_entry *  ce 
)

Definition at line 288 of file t4_clip.c.

◆ t4_init_clip_table()

void t4_init_clip_table ( struct adapter )

Referenced by t4_attach().

Here is the caller graph for this function:

◆ t4_release_clip_addr()

int t4_release_clip_addr ( struct adapter sc,
struct in6_addr *  in6 
)

Definition at line 354 of file t4_clip.c.

References adapter::clip_task.

Referenced by release_clip_addr().

Here is the caller graph for this function:

◆ t4_release_clip_entry()

void t4_release_clip_entry ( struct adapter sc,
struct clip_entry *  ce 
)

Definition at line 337 of file t4_clip.c.