diff options
author | Jon Paul Maloy <jon.maloy@ericsson.com> | 2014-05-14 05:39:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-14 15:19:48 -0400 |
commit | 9816f0615d549b948a76e6d2385159b4366e4658 (patch) | |
tree | 6384a917346902a5916789cdea9d3a18e47f53a6 /net/tipc/port.h | |
parent | c82910e2a8d6fc9dd321a1f30dd4e89fb779cfe1 (diff) |
tipc: merge port message reception into socket reception function
In order to reduce complexity and save a call level during message
reception at port/socket level, we remove the function tipc_port_rcv()
and merge its functionality into tipc_sk_rcv().
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r-- | net/tipc/port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index 5dfd165df1d7..cf4ca5b1d9a4 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
@@ -135,7 +135,6 @@ int tipc_port_peer_msg(struct tipc_port *p_ptr, struct tipc_msg *msg); | |||
135 | /* | 135 | /* |
136 | * TIPC messaging routines | 136 | * TIPC messaging routines |
137 | */ | 137 | */ |
138 | int tipc_port_rcv(struct sk_buff *buf); | ||
139 | 138 | ||
140 | int tipc_send(struct tipc_port *port, | 139 | int tipc_send(struct tipc_port *port, |
141 | struct iovec const *msg_sect, | 140 | struct iovec const *msg_sect, |