Searched refs:tipc_msg (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | msg.h | 115 struct tipc_msg { struct 119 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg() argument 121 return (struct tipc_msg *)skb->data; in buf_msg() 124 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 129 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 134 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 139 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 148 static inline void msg_swap_words(struct tipc_msg *msg, u32 a, u32 b) in msg_swap_words() 159 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 164 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() 259 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build() 263 struct tipc_msg pkthdr; in tipc_msg_build() 370 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle() 372 struct tipc_msg *bmsg; in tipc_msg_bundle() 419 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract() 430 ihdr = (struct tipc_msg *)(msg_data(hdr) + *pos); in tipc_msg_extract() [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; 88 struct tipc_msg *hdr); 90 struct tipc_msg *hdr);
|
D | link.h | 117 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr); 145 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr); 146 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
|
D | link.c | 710 struct tipc_msg *msg; in link_profile_stats() 806 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user() 903 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_link_xmit() 982 struct tipc_msg *hdr; in tipc_link_advance_backlog() 1012 struct tipc_msg *hdr = buf_msg(skb); in link_retransmit_failure() 1035 struct tipc_msg *hdr; in tipc_link_retrans() 1080 struct tipc_msg *hdr = buf_msg(skb); in tipc_data_input() 1121 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input() 1269 struct tipc_msg *hdr; in tipc_link_rcv() 1337 struct tipc_msg *hdr; in tipc_link_build_proto_msg() [all …]
|
D | socket.c | 101 struct tipc_msg phdr; 289 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg() 417 struct tipc_msg *msg; in tipc_sk_create() 767 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast() 830 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg() 926 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_anycast() 1012 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_bcast() 1080 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_mcast() 1122 struct tipc_msg *hdr; in tipc_sk_mcast_rcv() 1202 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() 194 struct tipc_msg *hdr = buf_msg(skb); in tipc_disc_rcv()
|
D | bcast.c | 332 struct tipc_msg *hdr = buf_msg(skb); in tipc_bcast_rcv() 365 struct tipc_msg *hdr) in tipc_bcast_ack_rcv() 393 struct tipc_msg *hdr) in tipc_bcast_sync_rcv()
|
D | group.c | 466 struct tipc_msg *_hdr, *hdr = buf_msg(skb); in tipc_group_sort_msg() 495 struct tipc_msg *hdr; in tipc_group_filter_msg() 667 struct tipc_msg *hdr; in tipc_group_create_event() 698 struct tipc_msg *hdr; in tipc_group_proto_xmit() 734 struct tipc_msg *hdr, struct sk_buff_head *inputq, in tipc_group_proto_rcv() 850 struct tipc_msg *hdr, in tipc_group_member_evt()
|
D | name_distr.c | 73 struct tipc_msg *msg; in named_prepare_buf() 301 struct tipc_msg *msg; in tipc_named_rcv()
|
D | node.c | 1467 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, in tipc_node_bc_sync_rcv() 1509 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv() 1559 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state() 1700 struct tipc_msg *hdr; in tipc_rcv()
|
D | bearer.c | 496 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb() 543 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
|
D | udp_media.c | 348 struct tipc_msg *hdr; in tipc_udp_recv()
|