Linux Kernel
3.7.1
|
#include <feat.h>
Data Fields | |
dccp_feat_val | val |
u8 | feat_num |
bool | needs_mandatory |
bool | needs_confirm |
bool | empty_confirm |
bool | is_local |
struct list_head | node |
struct feat_entry - Data structure to perform feature negotiation : feature's current value (SP features may have preference list) : feature's current state : one of dccp_feature_numbers : whether Mandatory options should be sent : whether to send a Confirm instead of a Change : whether to send an empty Confirm (depends on ) : feature location (1) or feature-remote (0) : list pointers, entries arranged in FIFO order
dccp_feat_val val |