Home
last modified time | relevance | path

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

/net/tipc/
Dmsg.h107 struct tipc_msg { struct
111 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg() argument
113 return (struct tipc_msg *)skb->data; in buf_msg()
116 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
121 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
126 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
131 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
140 static inline void msg_swap_words(struct tipc_msg *msg, u32 a, u32 b) in msg_swap_words()
151 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
156 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
[all …]
Dmsg.c75 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()
206 struct tipc_msg *msg; in tipc_msg_validate()
246 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, in tipc_msg_build()
255 struct tipc_msg pkthdr; in tipc_msg_build()
347 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
349 struct tipc_msg *bmsg; in tipc_msg_bundle()
396 struct tipc_msg *msg; in tipc_msg_extract()
434 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
[all …]
Dbcast.h43 struct tipc_msg;
88 struct tipc_msg *hdr);
90 struct tipc_msg *hdr);
Dsocket.c95 struct tipc_msg phdr;
275 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
405 struct tipc_msg *msg; in tipc_sk_create()
751 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast()
806 struct tipc_msg *msg; in tipc_sk_mcast_rcv()
862 struct tipc_msg *hdr = buf_msg(skb); in tipc_sk_proto_rcv()
934 struct tipc_msg *hdr = &tsk->phdr; in __tipc_sendmsg()
1051 struct tipc_msg *hdr = &tsk->phdr; in __tipc_sendstream()
1125 struct tipc_msg *msg = &tsk->phdr; in tipc_sk_finish_conn()
1153 static void set_orig_addr(struct msghdr *m, struct tipc_msg *msg) in set_orig_addr()
[all …]
Dlink.c692 struct tipc_msg *msg; in link_profile_stats()
788 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user()
885 struct tipc_msg *hdr = buf_msg(skb_peek(list)); in tipc_link_xmit()
965 struct tipc_msg *hdr; in tipc_link_advance_backlog()
999 struct tipc_msg *hdr = buf_msg(skb); in link_retransmit_failure()
1013 struct tipc_msg *hdr; in tipc_link_retrans()
1063 struct tipc_msg *hdr = buf_msg(skb); in tipc_data_input()
1100 struct tipc_msg *hdr = buf_msg(skb); in tipc_link_input()
1248 struct tipc_msg *hdr; in tipc_link_rcv()
1314 struct tipc_msg *hdr; in tipc_link_build_proto_msg()
[all …]
Dlink.h140 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
141 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
Dbcast.c328 struct tipc_msg *hdr = buf_msg(skb); in tipc_bcast_rcv()
361 struct tipc_msg *hdr) in tipc_bcast_ack_rcv()
389 struct tipc_msg *hdr) in tipc_bcast_sync_rcv()
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.c73 struct tipc_msg *msg; in named_prepare_buf()
351 struct tipc_msg *msg; in tipc_named_rcv()
Dnode.c1279 static void tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, in tipc_node_bc_sync_rcv()
1321 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_bc_rcv()
1371 struct tipc_msg *hdr = buf_msg(skb); in tipc_node_check_state()
1501 struct tipc_msg *hdr; in tipc_rcv()
Dbearer.c503 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb()
550 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
Dudp_media.c342 struct tipc_msg *hdr; in tipc_udp_recv()