diff options
author | Ursula Braun <ursula.braun@de.ibm.com> | 2012-02-07 19:19:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-08 18:50:19 -0500 |
commit | 51363b8751a673a00ad48eea895266396d53fa52 (patch) | |
tree | ea8b4278a7a5115ee848bac4b33e5f0f44369488 /include/net/iucv | |
parent | 800c5eb7b5eba6cb2a32738d763fd59f0fbcdde4 (diff) |
af_iucv: allow retrieval of maximum message size
For HS transport the maximum message size depends on the MTU-size
of the HS-device bound to the AF_IUCV socket. This patch adds a
getsockopt option MSGSIZE returning the maximum message size that
can be handled for this AF_IUCV socket.
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/iucv')
-rw-r--r-- | include/net/iucv/af_iucv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h index a1517887aeac..2e1d5ecc2d1b 100644 --- a/include/net/iucv/af_iucv.h +++ b/include/net/iucv/af_iucv.h | |||
@@ -132,6 +132,7 @@ struct iucv_sock { | |||
132 | /* iucv socket options (SOL_IUCV) */ | 132 | /* iucv socket options (SOL_IUCV) */ |
133 | #define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */ | 133 | #define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */ |
134 | #define SO_MSGLIMIT 0x1000 /* get/set IUCV MSGLIMIT */ | 134 | #define SO_MSGLIMIT 0x1000 /* get/set IUCV MSGLIMIT */ |
135 | #define SO_MSGSIZE 0x0800 /* get maximum msgsize */ | ||
135 | 136 | ||
136 | /* iucv related control messages (scm) */ | 137 | /* iucv related control messages (scm) */ |
137 | #define SCM_IUCV_TRGCLS 0x0001 /* target class control message */ | 138 | #define SCM_IUCV_TRGCLS 0x0001 /* target class control message */ |