FreeBSD kernel netgraph code
ng_patch_op Struct Reference

#include <ng_patch.h>

Collaboration diagram for ng_patch_op:

Data Fields

uint32_t offset
 
uint16_t length
 
uint16_t mode
 
union ng_patch_op_val val
 

Detailed Description

Definition at line 107 of file ng_patch.h.

Field Documentation

◆ length

uint16_t ng_patch_op::length

Definition at line 109 of file ng_patch.h.

Referenced by ng_patch_rcvmsg().

◆ mode

uint16_t ng_patch_op::mode

Definition at line 110 of file ng_patch.h.

◆ offset

uint32_t ng_patch_op::offset

Definition at line 108 of file ng_patch.h.

◆ val

union ng_patch_op_val ng_patch_op::val

Definition at line 111 of file ng_patch.h.

Referenced by ng_patch_rcvmsg().


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