Home
last modified time | relevance | path

Searched refs:err_hdr (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp.c392 union iwarp_hdr *err_hdr = NULL; in siw_send_terminate() local
432 err_hdr = kzalloc(sizeof(*err_hdr), GFP_KERNEL); in siw_send_terminate()
433 if (!err_hdr) { in siw_send_terminate()
469 rreq = (struct iwarp_rdma_rreq *)err_hdr; in siw_send_terminate()
606 kfree(err_hdr); in siw_send_terminate()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp.c395 union iwarp_hdr *err_hdr = NULL; in siw_send_terminate() local
435 err_hdr = kzalloc(sizeof(*err_hdr), GFP_KERNEL); in siw_send_terminate()
436 if (!err_hdr) { in siw_send_terminate()
472 rreq = (struct iwarp_rdma_rreq *)err_hdr; in siw_send_terminate()
609 kfree(err_hdr); in siw_send_terminate()
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_sideeffect.c959 struct sctp_errhdr *err_hdr; in sctp_cmd_process_operr() local
963 err_hdr = (struct sctp_errhdr *)(chunk->skb->data); in sctp_cmd_process_operr()
972 switch (err_hdr->cause) { in sctp_cmd_process_operr()
978 err_hdr->variable; in sctp_cmd_process_operr()
H A Dsm_make_chunk.c157 chunk->subh.err_hdr = sctp_addto_chunk(chunk, sizeof(err), &err); in sctp_init_cause()
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_sideeffect.c969 struct sctp_errhdr *err_hdr; in sctp_cmd_process_operr() local
973 err_hdr = (struct sctp_errhdr *)(chunk->skb->data); in sctp_cmd_process_operr()
982 switch (err_hdr->cause) { in sctp_cmd_process_operr()
987 unk_chunk_hdr = (struct sctp_chunkhdr *)(err_hdr + 1); in sctp_cmd_process_operr()
H A Dsm_make_chunk.c157 chunk->subh.err_hdr = sctp_addto_chunk(chunk, sizeof(err), &err); in sctp_init_cause()
/kernel/linux/linux-5.10/include/linux/
H A Dsctp.h444 struct sctp_errhdr err_hdr; member
/kernel/linux/linux-6.6/include/linux/
H A Dsctp.h451 struct sctp_errhdr err_hdr; member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h595 struct sctp_errhdr *err_hdr; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h601 struct sctp_errhdr *err_hdr; member

Completed in 31 milliseconds