Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.h120 struct tipc_msg { struct
124 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg() argument
126 return (struct tipc_msg *)skb->data; in buf_msg()
129 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
134 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
139 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
144 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
153 static inline void msg_swap_words(struct tipc_msg *msg, u32 a, u32 b) in msg_swap_words()
164 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
169 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
[all …]
Dmsg.c73 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init()
93 struct tipc_msg *msg; in tipc_msg_create()
125 struct tipc_msg *msg; in tipc_buf_append()
204 struct tipc_msg *msg; in tipc_msg_validate()
244 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, in tipc_msg_build()
253 struct tipc_msg pkthdr; in tipc_msg_build()
345 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
347 struct tipc_msg *bmsg; in tipc_msg_bundle()
394 struct tipc_msg *msg; in tipc_msg_extract()
432 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
[all …]
Dbcast.h43 struct tipc_msg;
60 struct tipc_msg *hdr);
Dlink.h174 struct tipc_msg *pmsg;
278 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
279 void tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
Dlink.c268 struct tipc_msg *hdr; in tipc_link_create()
274 l->pmsg = (struct tipc_msg *)&l->proto_msg; in tipc_link_create()
517 struct tipc_msg *msg; in link_profile_stats()
614 struct tipc_msg *msg = buf_msg(skb_peek(list)); in link_schedule_user()
714 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_link_xmit()
776 struct tipc_msg *hdr; in tipc_link_advance_backlog()
805 struct tipc_msg *hdr = buf_msg(skb); in link_retransmit_failure()
819 struct tipc_msg *hdr; in tipc_link_retrans()
897 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input()
1027 struct tipc_msg *hdr; in tipc_link_rcv()
[all …]
Dsocket.c89 struct tipc_msg phdr;
286 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
334 struct tipc_msg *msg; in tipc_sk_create()
675 struct tipc_msg *mhdr = &tsk->phdr; in tipc_sendmcast()
729 struct tipc_msg *msg; in tipc_sk_mcast_rcv()
783 struct tipc_msg *hdr = buf_msg(skb); in tipc_sk_proto_rcv()
866 struct tipc_msg *mhdr = &tsk->phdr; in __tipc_sendmsg()
1021 struct tipc_msg *mhdr = &tsk->phdr; in __tipc_send_stream()
1114 struct tipc_msg *msg = &tsk->phdr; in tipc_sk_finish_conn()
1137 static void set_orig_addr(struct msghdr *m, struct tipc_msg *msg) in set_orig_addr()
[all …]
Ddiscover.c84 struct tipc_msg *msg; in tipc_disc_init_msg()
129 struct tipc_msg *hdr = buf_msg(skb); in tipc_disc_rcv()
Dname_distr.c76 struct tipc_msg *msg; in named_prepare_buf()
391 struct tipc_msg *msg; in tipc_named_rcv()
Dbcast.c218 struct tipc_msg *hdr = buf_msg(skb); in tipc_bcast_rcv()
273 struct tipc_msg *hdr) in tipc_bcast_sync_rcv()
Dnode.c837 bool tipc_node_filter_pkt(struct tipc_node *n, struct tipc_msg *hdr) in tipc_node_filter_pkt()
1092 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv()
1148 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state()
1277 struct tipc_msg *hdr = buf_msg(skb); in tipc_rcv()
Dbearer.c505 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()