Searched refs:init_hdr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/net/sctp/ |
D | sm_make_chunk.c | 323 retval->subh.init_hdr = in sctp_make_init() 490 retval->subh.init_hdr = in sctp_make_init_ack() 2303 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init() 2304 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init() 2305 peer_init->init_hdr.init_tag == 0 || in sctp_verify_init() 2306 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init() 2309 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2332 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2384 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_process_init() 2438 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init() [all …]
|
D | input.c | 527 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) in sctp_err_lookup() 1152 sctp_walk_params(params, init, init_hdr.params) { in __sctp_rcv_init_lookup()
|
D | sm_statefuns.c | 409 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1B_init() 542 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1C_ack() 1551 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_unexpected_init() 4730 inittag = ntohl(initack->init_hdr.init_tag); in sctp_sf_abort_violation() 6387 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new() 6404 vtag = ntohl(init->init_hdr.init_tag); in sctp_ootb_pkt_new()
|
/Linux-v5.15/include/linux/ |
D | sctp.h | 278 struct sctp_inithdr init_hdr; member 348 struct sctp_inithdr init_hdr; member
|
D | nfs_xdr.h | 1686 void (*init_hdr)(struct nfs_pgio_header *hdr); member
|
/Linux-v5.15/fs/nfs/ |
D | direct.c | 335 .init_hdr = nfs_direct_pgio_init, 773 .init_hdr = nfs_direct_pgio_init,
|
D | pagelist.c | 73 if (hdr->completion_ops->init_hdr) in nfs_pgheader_init() 74 hdr->completion_ops->init_hdr(hdr); in nfs_pgheader_init()
|
D | write.c | 1452 .init_hdr = nfs_async_write_init,
|
/Linux-v5.15/include/net/sctp/ |
D | structs.h | 592 struct sctp_inithdr *init_hdr; member
|