/Linux-v5.10/net/tipc/ |
D | msg.h | 147 struct tipc_msg { struct 199 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg() 201 return (struct tipc_msg *)skb->data; in buf_msg() 204 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 209 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 214 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 219 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 228 static inline void msg_swap_words(struct tipc_msg *msg, u32 a, u32 b) in msg_swap_words() 239 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 244 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version() [all …]
|
D | msg.c | 85 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init() 105 struct tipc_msg *msg; in tipc_msg_create() 137 struct tipc_msg *msg; in tipc_buf_append() 213 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append() 219 struct tipc_msg *hdr; in tipc_msg_append() 267 struct tipc_msg *hdr; in tipc_msg_validate() 318 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment() 322 struct tipc_msg *_hdr; in tipc_msg_fragment() 379 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build() 383 struct tipc_msg pkthdr; in tipc_msg_build() [all …]
|
D | crypto.h | 179 static inline u32 msg_key_gen(struct tipc_msg *m) in msg_key_gen() 184 static inline void msg_set_key_gen(struct tipc_msg *m, u32 gen) in msg_set_key_gen() 189 static inline u32 msg_key_mode(struct tipc_msg *m) in msg_key_mode() 194 static inline void msg_set_key_mode(struct tipc_msg *m, u32 mode) in msg_set_key_mode()
|
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; 97 struct tipc_msg *hdr); 99 struct tipc_msg *hdr,
|
D | link.h | 120 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr); 146 struct tipc_msg *hdr, bool uc); 153 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr); 154 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
|
D | name_distr.c | 73 struct tipc_msg *msg; in named_prepare_buf() 154 struct tipc_msg *hdr; in named_distribute() 327 struct tipc_msg *hdr; in tipc_named_dequeue() 375 struct tipc_msg *hdr; in tipc_named_rcv()
|
D | bcast.c | 321 struct tipc_msg *hdr, *_hdr; in tipc_mcast_send_sync() 384 struct tipc_msg *hdr; in tipc_mcast_xmit() 438 struct tipc_msg *hdr = buf_msg(skb); in tipc_bcast_rcv() 471 struct tipc_msg *hdr) in tipc_bcast_ack_rcv() 499 struct tipc_msg *hdr, in tipc_bcast_sync_rcv() 788 struct tipc_msg *hdr, *_hdr; in tipc_mcast_filter_msg()
|
D | link.c | 251 static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr); 751 struct tipc_msg *msg; in link_profile_stats() 866 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user() 999 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_link_xmit() 1133 struct tipc_msg *hdr; in tipc_link_advance_backlog() 1178 struct tipc_msg *hdr; in link_retransmit_failure() 1227 struct tipc_msg *hdr = buf_msg(skb); in tipc_data_input() 1274 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input() 1321 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_tnl_rcv() 1390 struct tipc_msg *hdr, bool uc) in tipc_get_gap_ack_blks() [all …]
|
D | socket.c | 104 struct tipc_msg phdr; 322 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg() 452 struct tipc_msg *msg; in tipc_sk_create() 823 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast() 889 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg() 985 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_anycast() 1073 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_bcast() 1143 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_mcast() 1185 struct tipc_msg *hdr; in tipc_sk_mcast_rcv() 1315 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() 106 struct tipc_msg *hdr; in tipc_disc_msg_xmit() 196 struct tipc_msg *hdr = buf_msg(skb); in tipc_disc_rcv()
|
D | group.c | 473 struct tipc_msg *_hdr, *hdr = buf_msg(skb); in tipc_group_sort_msg() 502 struct tipc_msg *hdr; in tipc_group_filter_msg() 674 struct tipc_msg *hdr; in tipc_group_create_event() 705 struct tipc_msg *hdr; in tipc_group_proto_xmit() 741 struct tipc_msg *hdr, struct sk_buff_head *inputq, in tipc_group_proto_rcv() 857 struct tipc_msg *hdr, in tipc_group_member_evt()
|
D | crypto.c | 301 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr); 1040 struct tipc_msg *hdr = buf_msg(skb); in tipc_ehdr_build() 1391 struct tipc_msg *hdr = buf_msg(skb); in tipc_crypto_key_synch() 1691 struct tipc_msg *hdr = buf_msg(*skb); in tipc_crypto_xmit() 2157 struct tipc_msg *hdr; in tipc_crypto_msg_rcv() 2232 struct tipc_msg *hdr; in tipc_crypto_key_xmit() 2277 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr) in tipc_crypto_key_rcv()
|
D | trace.c | 57 struct tipc_msg *hdr; in tipc_skb_dump()
|
D | node.c | 1595 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_lxc_xmit() 1793 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, in tipc_node_bc_sync_rcv() 1835 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv() 1891 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state() 2045 struct tipc_msg *hdr; in tipc_rcv()
|
D | bearer.c | 516 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb() 575 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
|
D | udp_media.c | 367 struct tipc_msg *hdr; in tipc_udp_recv()
|