diff options
Diffstat (limited to 'net/tipc/bcast.h')
| -rw-r--r-- | net/tipc/bcast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 6ee587b469fd..a80ef54b818e 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
| @@ -90,8 +90,8 @@ void tipc_bclink_add_node(u32 addr); | |||
| 90 | void tipc_bclink_remove_node(u32 addr); | 90 | void tipc_bclink_remove_node(u32 addr); |
| 91 | struct tipc_node *tipc_bclink_retransmit_to(void); | 91 | struct tipc_node *tipc_bclink_retransmit_to(void); |
| 92 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); | 92 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); |
| 93 | int tipc_bclink_send_msg(struct sk_buff *buf); | 93 | int tipc_bclink_xmit(struct sk_buff *buf); |
| 94 | void tipc_bclink_recv_pkt(struct sk_buff *buf); | 94 | void tipc_bclink_rcv(struct sk_buff *buf); |
| 95 | u32 tipc_bclink_get_last_sent(void); | 95 | u32 tipc_bclink_get_last_sent(void); |
| 96 | u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr); | 96 | u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr); |
| 97 | void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent); | 97 | void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent); |
