• Home
  • Raw
  • Download

Lines Matching defs:buf

187 		struct sk_buff *buf = root_buf;  in dbg_print_buf_chain()  local
614 struct sk_buff *buf = l_ptr->first_out; in link_release_outqueue() local
633 struct sk_buff *buf = l_ptr->defragm_buf; in tipc_link_reset_fragments() local
651 struct sk_buff *buf; in tipc_link_stop() local
709 struct sk_buff *buf; in tipc_link_reset() local
1005 struct sk_buff *buf) in link_bundle_buf()
1036 struct sk_buff *buf, in link_add_to_outqueue()
1059 int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf) in tipc_link_send_buf()
1155 int tipc_link_send(struct sk_buff *buf, u32 dest, u32 selector) in tipc_link_send()
1191 static int link_send_buf_fast(struct link *l_ptr, struct sk_buff *buf, in link_send_buf_fast()
1226 int tipc_send_buf_fast(struct sk_buff *buf, u32 destnode) in tipc_send_buf_fast()
1272 struct sk_buff *buf; in tipc_link_send_sections_fast() local
1372 struct sk_buff *buf,*buf_chain,*prev; in link_send_sections_long() local
1534 struct sk_buff *buf = l_ptr->first_out; in tipc_link_push_packet() local
1667 static void link_retransmit_failure(struct link *l_ptr, struct sk_buff *buf) in link_retransmit_failure()
1712 void tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf, in tipc_link_retransmit()
1774 struct sk_buff *buf) in link_insert_deferred_queue()
1804 static int link_recv_buf_validate(struct sk_buff *buf) in link_recv_buf_validate()
1849 struct sk_buff *buf = head; in tipc_recv_msg() local
2033 struct sk_buff *buf) in tipc_link_defer_pkt()
2085 struct sk_buff *buf) in link_handle_out_of_seq_msg()
2128 struct sk_buff *buf = NULL; in tipc_link_send_proto_msg() local
2241 static void link_recv_proto_msg(struct link *l_ptr, struct sk_buff *buf) in link_recv_proto_msg()
2381 struct sk_buff *buf; in tipc_link_tunnel() local
2435 struct sk_buff *buf; in tipc_link_changeover() local
2546 struct sk_buff **buf) in link_recv_changeover_msg()
2636 void tipc_link_recv_bundle(struct sk_buff *buf) in tipc_link_recv_bundle()
2666 int tipc_link_send_long_buf(struct link *l_ptr, struct sk_buff *buf) in tipc_link_send_long_buf()
2738 static void set_long_msg_seqno(struct sk_buff *buf, u32 seqno) in set_long_msg_seqno()
2743 static u32 get_fragm_size(struct sk_buff *buf) in get_fragm_size()
2748 static void set_fragm_size(struct sk_buff *buf, u32 sz) in set_fragm_size()
2753 static u32 get_expected_frags(struct sk_buff *buf) in get_expected_frags()
2758 static void set_expected_frags(struct sk_buff *buf, u32 exp) in set_expected_frags()
2763 static u32 get_timer_cnt(struct sk_buff *buf) in get_timer_cnt()
2768 static void incr_timer_cnt(struct sk_buff *buf) in incr_timer_cnt()
2867 struct sk_buff *buf = l_ptr->defragm_buf; in link_check_defragm_bufs() local
3090 static int tipc_link_stats(const char *name, char *buf, const u32 buf_size) in tipc_link_stats()
3178 struct sk_buff *buf; in tipc_link_cmd_show_stats() local
3307 static void link_print(struct link *l_ptr, struct print_buf *buf, in link_print()