Searched refs:rds_message_populate_header (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/rds/ |
D | message.c | 187 void rds_message_populate_header(struct rds_header *hdr, __be16 sport, in rds_message_populate_header() function 196 EXPORT_SYMBOL_GPL(rds_message_populate_header);
|
D | send.c | 862 rds_message_populate_header(&rm->m_inc.i_hdr, sport, dport, 0); in rds_send_queue_rm() 1456 rds_message_populate_header(&rm->m_inc.i_hdr, sport, dport, in rds_send_probe()
|
D | rds.h | 858 void rds_message_populate_header(struct rds_header *hdr, __be16 sport,
|
D | ib_recv.c | 669 rds_message_populate_header(hdr, 0, 0, 0); in rds_ib_send_ack()
|