diff options
Diffstat (limited to 'include/linux/udp.h')
-rw-r--r-- | include/linux/udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/udp.h b/include/linux/udp.h index 5b4b5274e683..59f0ddf2d284 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h | |||
@@ -57,6 +57,7 @@ struct udp_sock { | |||
57 | struct inet_sock inet; | 57 | struct inet_sock inet; |
58 | #define udp_port_hash inet.sk.__sk_common.skc_u16hashes[0] | 58 | #define udp_port_hash inet.sk.__sk_common.skc_u16hashes[0] |
59 | #define udp_portaddr_hash inet.sk.__sk_common.skc_u16hashes[1] | 59 | #define udp_portaddr_hash inet.sk.__sk_common.skc_u16hashes[1] |
60 | #define udp_portaddr_node inet.sk.__sk_common.skc_portaddr_node | ||
60 | int pending; /* Any pending frames ? */ | 61 | int pending; /* Any pending frames ? */ |
61 | unsigned int corkflag; /* Cork is required */ | 62 | unsigned int corkflag; /* Cork is required */ |
62 | __u16 encap_type; /* Is this an Encapsulation socket? */ | 63 | __u16 encap_type; /* Is this an Encapsulation socket? */ |