Searched refs:err_hdr (Results 1 – 5 of 5) sorted by relevance
391 union iwarp_hdr *err_hdr = NULL; in siw_send_terminate() local431 err_hdr = kzalloc(sizeof(*err_hdr), GFP_KERNEL); in siw_send_terminate()432 if (!err_hdr) { in siw_send_terminate()468 rreq = (struct iwarp_rdma_rreq *)err_hdr; in siw_send_terminate()605 kfree(err_hdr); in siw_send_terminate()
954 struct sctp_errhdr *err_hdr; in sctp_cmd_process_operr() local958 err_hdr = (struct sctp_errhdr *)(chunk->skb->data); in sctp_cmd_process_operr()967 switch (err_hdr->cause) { in sctp_cmd_process_operr()973 err_hdr->variable; in sctp_cmd_process_operr()
157 chunk->subh.err_hdr = sctp_addto_chunk(chunk, sizeof(err), &err); in sctp_init_cause()
444 struct sctp_errhdr err_hdr; member
601 struct sctp_errhdr *err_hdr; member