Searched refs:tipc_msg (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | msg.h | 118 struct tipc_msg { struct 153 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg() 155 return (struct tipc_msg *)skb->data; in buf_msg() 158 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 163 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 168 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 173 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 182 static inline void msg_swap_words(struct tipc_msg *msg, u32 a, u32 b) in msg_swap_words() 193 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 198 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version() [all …]
|
| D | msg.c | 75 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init() 95 struct tipc_msg *msg; in tipc_msg_create() 127 struct tipc_msg *msg; in tipc_buf_append() 207 struct tipc_msg *hdr; in tipc_msg_validate() 257 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment() 261 struct tipc_msg *_hdr; in tipc_msg_fragment() 318 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build() 322 struct tipc_msg pkthdr; in tipc_msg_build() 429 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle() 431 struct tipc_msg *bmsg; in tipc_msg_bundle() [all …]
|
| D | group.h | 43 struct tipc_msg; 60 int *sk_rcvbuf, struct tipc_msg *hdr, 64 struct tipc_msg *hdr,
|
| D | bcast.h | 43 struct tipc_msg; 94 struct tipc_msg *hdr); 96 struct tipc_msg *hdr);
|
| D | link.h | 120 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr); 148 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr); 149 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
|
| D | bcast.c | 316 struct tipc_msg *hdr, *_hdr; in tipc_mcast_send_sync() 376 struct tipc_msg *hdr; in tipc_mcast_xmit() 425 struct tipc_msg *hdr = buf_msg(skb); in tipc_bcast_rcv() 458 struct tipc_msg *hdr) in tipc_bcast_ack_rcv() 486 struct tipc_msg *hdr) in tipc_bcast_sync_rcv() 769 struct tipc_msg *hdr, *_hdr; in tipc_mcast_filter_msg()
|
| D | link.c | 717 struct tipc_msg *msg; in link_profile_stats() 827 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user() 942 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_link_xmit() 1029 struct tipc_msg *hdr; in tipc_link_advance_backlog() 1078 struct tipc_msg *hdr; in link_retransmit_failure() 1131 struct tipc_msg *hdr; in tipc_link_bc_retrans() 1180 struct tipc_msg *hdr = buf_msg(skb); in tipc_data_input() 1222 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input() 1269 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_tnl_rcv() 1405 struct tipc_msg *hdr; in tipc_link_advance_transmq() [all …]
|
| D | socket.c | 101 struct tipc_msg phdr; 291 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg() 421 struct tipc_msg *msg; in tipc_sk_create() 778 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast() 844 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg() 940 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_anycast() 1028 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_bcast() 1098 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_mcast() 1140 struct tipc_msg *hdr; in tipc_sk_mcast_rcv() 1220 struct tipc_msg *hdr = buf_msg(skb); in tipc_sk_conn_proto_rcv() [all …]
|
| D | discover.c | 85 struct tipc_msg *hdr; in tipc_disc_init_msg() 105 struct tipc_msg *hdr; in tipc_disc_msg_xmit() 195 struct tipc_msg *hdr = buf_msg(skb); in tipc_disc_rcv()
|
| D | group.c | 467 struct tipc_msg *_hdr, *hdr = buf_msg(skb); in tipc_group_sort_msg() 496 struct tipc_msg *hdr; in tipc_group_filter_msg() 668 struct tipc_msg *hdr; in tipc_group_create_event() 699 struct tipc_msg *hdr; in tipc_group_proto_xmit() 735 struct tipc_msg *hdr, struct sk_buff_head *inputq, in tipc_group_proto_rcv() 851 struct tipc_msg *hdr, in tipc_group_member_evt()
|
| D | name_distr.c | 73 struct tipc_msg *msg; in named_prepare_buf() 304 struct tipc_msg *msg; in tipc_named_rcv()
|
| D | trace.c | 57 struct tipc_msg *hdr; in tipc_skb_dump()
|
| D | bearer.c | 502 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb() 549 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
|
| D | node.c | 1554 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, in tipc_node_bc_sync_rcv() 1596 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv() 1650 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state() 1804 struct tipc_msg *hdr; in tipc_rcv()
|
| D | udp_media.c | 359 struct tipc_msg *hdr; in tipc_udp_recv()
|