/openbmc/linux/net/tipc/ |
H A D | msg.h | 148 struct tipc_msg { struct 202 return (struct tipc_msg *)skb->data; in buf_msg() 242 static inline u32 msg_user(struct tipc_msg *m) in msg_user() 247 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata() 267 static inline u32 msg_size(struct tipc_msg *m) in msg_size() 372 static inline struct tipc_msg *msg_inner_hdr(struct tipc_msg *m) in msg_inner_hdr() 374 return (struct tipc_msg *)msg_data(m); in msg_inner_hdr() 380 static inline u32 msg_type(struct tipc_msg *m) in msg_type() 402 static inline u32 msg_named(struct tipc_msg *m) in msg_named() 407 static inline u32 msg_mcast(struct tipc_msg *m) in msg_mcast() [all …]
|
H A D | msg.c | 101 struct tipc_msg *msg; in tipc_msg_create() 129 struct tipc_msg *msg; in tipc_buf_append() 211 struct tipc_msg *hdr; in tipc_msg_append() 259 struct tipc_msg *hdr; in tipc_msg_validate() 314 struct tipc_msg *_hdr; in tipc_msg_fragment() 376 struct tipc_msg pkthdr; in tipc_msg_build() 487 struct tipc_msg *bmsg = buf_msg(bskb); in tipc_msg_bundle() 523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() 583 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract() 628 struct tipc_msg *_hdr, *hdr; in tipc_msg_reverse() [all …]
|
H A 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()
|
H A D | group.h | 44 struct tipc_msg; 61 int *sk_rcvbuf, struct tipc_msg *hdr, 65 struct tipc_msg *hdr,
|
H A D | bcast.h | 43 struct tipc_msg; 97 struct tipc_msg *hdr); 99 struct tipc_msg *hdr,
|
H A D | link.h | 120 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 D | name_distr.c | 72 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()
|
H A 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()
|
H A D | link.c | 791 struct tipc_msg *msg; in link_profile_stats() 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() 1439 struct tipc_msg *hdr, bool uc) in tipc_get_gap_ack_blks() 1565 struct tipc_msg *hdr; in tipc_link_advance_transmq() 1864 struct tipc_msg *hdr; in tipc_link_build_proto_msg() 1944 struct tipc_msg *hdr, *ihdr; in tipc_link_create_dummy_tnl_msg() 1978 struct tipc_msg *hdr, tnlhdr; in tipc_link_tnl_prepare() [all …]
|
H A D | socket.c | 115 struct tipc_msg phdr; 467 struct tipc_msg *msg; in tipc_sk_create() 849 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast() 914 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg() 1203 struct tipc_msg *hdr; in tipc_sk_mcast_rcv() 1740 struct tipc_msg *hdr; in tipc_sk_anc_data_recv() 1798 struct tipc_msg *msg; in tipc_sk_build_ack() 1895 struct tipc_msg *hdr; in tipc_recvmsg() 2021 struct tipc_msg *hdr; in tipc_recvstream() 2726 struct tipc_msg *msg; in tipc_accept() [all …]
|
H A D | discover.c | 86 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()
|
H A D | group.c | 474 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()
|
H A D | crypto.c | 305 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() 2158 struct tipc_msg *hdr; in tipc_crypto_msg_rcv() 2233 struct tipc_msg *hdr; in tipc_crypto_key_xmit() 2278 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr) in tipc_crypto_key_rcv()
|
H A D | trace.c | 57 struct tipc_msg *hdr; in tipc_skb_dump()
|
H A D | node.c | 1631 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()
|
H A D | bearer.c | 565 struct tipc_msg *hdr = buf_msg(skb); in tipc_bearer_xmit_skb() 624 struct tipc_msg *hdr; in tipc_bearer_bc_xmit()
|
H A D | udp_media.c | 376 struct tipc_msg *hdr; in tipc_udp_recv()
|