diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dccp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 2d7671c92c..29f9291e45 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
| @@ -404,6 +404,7 @@ struct dccp_service_list { | |||
| 404 | }; | 404 | }; |
| 405 | 405 | ||
| 406 | #define DCCP_SERVICE_INVALID_VALUE htonl((__u32)-1) | 406 | #define DCCP_SERVICE_INVALID_VALUE htonl((__u32)-1) |
| 407 | #define DCCP_SERVICE_CODE_IS_ABSENT 0 | ||
| 407 | 408 | ||
| 408 | static inline int dccp_list_has_service(const struct dccp_service_list *sl, | 409 | static inline int dccp_list_has_service(const struct dccp_service_list *sl, |
| 409 | const __be32 service) | 410 | const __be32 service) |
| @@ -484,11 +485,6 @@ static inline struct dccp_minisock *dccp_msk(const struct sock *sk) | |||
| 484 | return (struct dccp_minisock *)&dccp_sk(sk)->dccps_minisock; | 485 | return (struct dccp_minisock *)&dccp_sk(sk)->dccps_minisock; |
| 485 | } | 486 | } |
| 486 | 487 | ||
| 487 | static inline int dccp_service_not_initialized(const struct sock *sk) | ||
| 488 | { | ||
| 489 | return dccp_sk(sk)->dccps_service == DCCP_SERVICE_INVALID_VALUE; | ||
| 490 | } | ||
| 491 | |||
| 492 | static inline const char *dccp_role(const struct sock *sk) | 488 | static inline const char *dccp_role(const struct sock *sk) |
| 493 | { | 489 | { |
| 494 | switch (dccp_sk(sk)->dccps_role) { | 490 | switch (dccp_sk(sk)->dccps_role) { |
