Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 10 of 10) sorted by relevance

/include/linux/netfilter/
Dnf_conntrack_tcp.h9 u_int32_t td_end; /* max of seq + len */
10 u_int32_t td_maxend; /* max of ack + max(win, 1) */
11 u_int32_t td_maxwin; /* max(win) */
12 u_int32_t td_maxack; /* max of ack */
24 u_int32_t last_seq; /* Last sequence number seen in dir */
25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
26 u_int32_t last_end; /* Last seq + len */
Dnf_conntrack_ftp.h20 u_int32_t seq_aft_nl[IP_CT_DIR_MAX][NUM_SEQ_TO_REMEMBER];
Dnf_conntrack_h323.h27 u_int32_t timeout;
/include/uapi/linux/
Dcoda.h116 typedef unsigned int u_int32_t; typedef
152 u_int32_t d_fileno; /* file number of entry */
185 typedef u_int32_t vuid_t;
186 typedef u_int32_t vgid_t;
190 u_int32_t opaque[4];
296 u_int32_t opcode;
297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
305 u_int32_t opcode;
306 u_int32_t unique;
307 u_int32_t result;
/include/linux/
Dnetfilter_ipv4.h16 u_int32_t mark;
Dtypes.h102 typedef u32 u_int32_t; typedef
Dnetfilter_ipv6.h31 u_int32_t mark;
/include/net/netfilter/
Dnf_conntrack.h96 u_int32_t mark;
100 u_int32_t secmark;
Dnf_log.h27 u_int32_t copy_len;
/include/sound/
Dpcm_params.h38 memset(mask, 0xff, SNDRV_MASK_SIZE * sizeof(u_int32_t)); in snd_mask_any()
122 return ! memcmp(mask, v, SNDRV_MASK_SIZE * sizeof(u_int32_t)); in snd_mask_eq()