Home
last modified time | relevance | path

Searched refs:tipc_msg (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/net/tipc/
Dmsg.h148 struct tipc_msg { struct
200 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg()
202 return (struct tipc_msg *)skb->data; in buf_msg()
205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
232 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
237 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
242 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
[all …]
Dmsg.c81 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init()
101 struct tipc_msg *msg; in tipc_msg_create()
129 struct tipc_msg *msg; in tipc_buf_append()
201 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append()
207 struct tipc_msg *hdr; in tipc_msg_append()
255 struct tipc_msg *hdr; in tipc_msg_validate()
306 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment()
310 struct tipc_msg *_hdr; in tipc_msg_fragment()
368 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build()
372 struct tipc_msg pkthdr; in tipc_msg_build()
[all …]
Dcrypto.h179 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()
Dgroup.h44 struct tipc_msg;
61 int *sk_rcvbuf, struct tipc_msg *hdr,
65 struct tipc_msg *hdr,
Dbcast.h43 struct tipc_msg;
97 struct tipc_msg *hdr);
99 struct tipc_msg *hdr,
Dlink.h120 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,
Dname_distr.c72 struct tipc_msg *msg; in named_prepare_buf()
159 struct tipc_msg *hdr; in named_distribute()
317 struct tipc_msg *hdr; in tipc_named_dequeue()
369 struct tipc_msg *hdr; in tipc_named_rcv()
Dbcast.c321 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()
Dlink.c279 static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr);
791 struct tipc_msg *msg; in link_profile_stats()
906 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user()
1049 struct tipc_msg *hdr; in tipc_link_xmit()
1178 struct tipc_msg *hdr; in tipc_link_advance_backlog()
1223 struct tipc_msg *hdr; in link_retransmit_failure()
1272 struct tipc_msg *hdr = buf_msg(skb); in tipc_data_input()
1323 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input()
1370 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_tnl_rcv()
1439 struct tipc_msg *hdr, bool uc) in tipc_get_gap_ack_blks()
[all …]
Dsocket.c114 struct tipc_msg phdr;
336 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
466 struct tipc_msg *msg; in tipc_sk_create()
848 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast()
913 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg()
1009 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_anycast()
1094 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_bcast()
1164 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_mcast()
1202 struct tipc_msg *hdr; in tipc_sk_mcast_rcv()
1332 struct tipc_msg *hdr = buf_msg(skb); in tipc_sk_conn_proto_rcv()
[all …]
Ddiscover.c86 struct tipc_msg *hdr; in tipc_disc_init_msg()
107 struct tipc_msg *hdr; in tipc_disc_msg_xmit()
197 struct tipc_msg *hdr = buf_msg(skb); in tipc_disc_rcv()
Dgroup.c474 struct tipc_msg *_hdr, *hdr = buf_msg(skb); in tipc_group_sort_msg()
503 struct tipc_msg *hdr; in tipc_group_filter_msg()
675 struct tipc_msg *hdr; in tipc_group_create_event()
706 struct tipc_msg *hdr; in tipc_group_proto_xmit()
742 struct tipc_msg *hdr, struct sk_buff_head *inputq, in tipc_group_proto_rcv()
858 struct tipc_msg *hdr, in tipc_group_member_evt()
Dcrypto.c305 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr);
1034 struct tipc_msg *hdr = buf_msg(skb); in tipc_ehdr_build()
1385 struct tipc_msg *hdr = buf_msg(skb); in tipc_crypto_key_synch()
1687 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()
Dtrace.c57 struct tipc_msg *hdr; in tipc_skb_dump()
Dnode.c1631 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_lxc_xmit()
1835 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, in tipc_node_bc_sync_rcv()
1877 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv()
1935 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state()
2089 struct tipc_msg *hdr; in tipc_rcv()
Dbearer.c550 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb()
609 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
Dudp_media.c373 struct tipc_msg *hdr; in tipc_udp_recv()