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

/linux-master/net/tipc/
H A Dmsg.h148 struct tipc_msg { struct
200 static inline struct tipc_msg *buf_msg(struct sk_buff *skb)
202 return (struct tipc_msg *)skb->data;
205 static inline u32 msg_word(struct tipc_msg *m, u32 pos)
210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val)
215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask)
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w,
232 static inline u32 msg_version(struct tipc_msg *m)
237 static inline void msg_set_version(struct tipc_msg *m)
242 static inline u32 msg_user(struct tipc_msg *
[all...]
H A Dgroup.h44 struct tipc_msg;
61 int *sk_rcvbuf, struct tipc_msg *hdr,
65 struct tipc_msg *hdr,
H A Dcrypto.h179 static inline u32 msg_key_gen(struct tipc_msg *m)
184 static inline void msg_set_key_gen(struct tipc_msg *m, u32 gen)
189 static inline u32 msg_key_mode(struct tipc_msg *m)
194 static inline void msg_set_key_mode(struct tipc_msg *m, u32 mode)
H A Dbcast.h43 struct tipc_msg;
97 struct tipc_msg *hdr);
99 struct tipc_msg *hdr,
H A Dmsg.c81 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type,
101 struct tipc_msg *msg;
129 struct tipc_msg *msg;
205 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen,
211 struct tipc_msg *hdr;
259 struct tipc_msg *hdr;
310 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr,
314 struct tipc_msg *_hdr;
372 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset,
376 struct tipc_msg pkthd
[all...]
H A Dlink.h120 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr);
146 struct tipc_msg *hdr, bool uc);
151 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
152 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
H A Dbcast.c321 struct tipc_msg *hdr, *_hdr;
384 struct tipc_msg *hdr;
438 struct tipc_msg *hdr = buf_msg(skb);
471 struct tipc_msg *hdr)
499 struct tipc_msg *hdr,
788 struct tipc_msg *hdr, *_hdr;
H A Dname_distr.c72 struct tipc_msg *msg;
159 struct tipc_msg *hdr;
317 struct tipc_msg *hdr;
369 struct tipc_msg *hdr;
H A Dlink.c264 static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr);
776 struct tipc_msg *msg;
891 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr)
1034 struct tipc_msg *hdr;
1163 struct tipc_msg *hdr;
1208 struct tipc_msg *hdr;
1257 struct tipc_msg *hdr = buf_msg(skb);
1308 struct tipc_msg *hdr = buf_msg(skb);
1355 struct tipc_msg *hdr = buf_msg(skb);
1424 struct tipc_msg *hd
[all...]
H A Ddiscover.c86 struct tipc_msg *hdr;
107 struct tipc_msg *hdr;
197 struct tipc_msg *hdr = buf_msg(skb);
H A Dsocket.c114 struct tipc_msg phdr;
336 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg)
466 struct tipc_msg *msg;
848 struct tipc_msg *hdr = &tsk->phdr;
913 struct tipc_msg *hdr = &tsk->phdr;
1009 struct tipc_msg *hdr = &tsk->phdr;
1094 struct tipc_msg *hdr = &tsk->phdr;
1164 struct tipc_msg *hdr = &tsk->phdr;
1202 struct tipc_msg *hdr;
1332 struct tipc_msg *hd
[all...]
H A Dgroup.c474 struct tipc_msg *_hdr, *hdr = buf_msg(skb);
503 struct tipc_msg *hdr;
675 struct tipc_msg *hdr;
706 struct tipc_msg *hdr;
742 struct tipc_msg *hdr, struct sk_buff_head *inputq,
858 struct tipc_msg *hdr,
H A Dtrace.c57 struct tipc_msg *hdr;
H A Dcrypto.c305 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr);
1034 struct tipc_msg *hdr = buf_msg(skb);
1385 struct tipc_msg *hdr = buf_msg(skb);
1687 struct tipc_msg *hdr = buf_msg(*skb);
2158 struct tipc_msg *hdr;
2233 struct tipc_msg *hdr;
2278 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr)
H A Dbearer.c561 struct tipc_msg *hdr = buf_msg(skb);
620 struct tipc_msg *hdr;
H A Dnode.c1629 struct tipc_msg *hdr = buf_msg(skb_peek(list));
1833 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr,
1875 struct tipc_msg *hdr = buf_msg(skb);
1933 struct tipc_msg *hdr = buf_msg(skb);
2087 struct tipc_msg *hdr;
H A Dudp_media.c373 struct tipc_msg *hdr;

Completed in 313 milliseconds