FreeBSD kernel netgraph code
ng_patch_config Struct Reference

#include <ng_patch.h>

Collaboration diagram for ng_patch_config:

Data Fields

uint32_t count
 
uint64_t csum_flags
 
uint32_t relative_offset
 
struct ng_patch_op ops []
 

Detailed Description

Definition at line 114 of file ng_patch.h.

Field Documentation

◆ count

uint32_t ng_patch_config::count

Definition at line 115 of file ng_patch.h.

Referenced by ng_patch_config_getlen(), and ng_patch_rcvmsg().

◆ csum_flags

uint64_t ng_patch_config::csum_flags

Definition at line 116 of file ng_patch.h.

Referenced by ng_patch_rcvmsg().

◆ ops

struct ng_patch_op ng_patch_config::ops[]

Definition at line 118 of file ng_patch.h.

Referenced by ng_patch_config_getlen(), and ng_patch_rcvmsg().

◆ relative_offset

uint32_t ng_patch_config::relative_offset

Definition at line 117 of file ng_patch.h.

Referenced by ng_patch_rcvmsg().


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