Searched refs:init_hdr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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() 2254 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init() 2255 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init() 2256 peer_init->init_hdr.init_tag == 0 || in sctp_verify_init() 2257 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init() 2260 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2283 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2335 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_process_init() 2387 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init() [all …]
|
D | input.c | 525 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) in sctp_err_lookup() 1127 sctp_walk_params(params, init, init_hdr.params) { in __sctp_rcv_init_lookup()
|
D | sm_statefuns.c | 386 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1B_init() 519 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1C_ack() 1487 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_unexpected_init() 4570 inittag = ntohl(initack->init_hdr.init_tag); in sctp_sf_abort_violation() 6226 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new() 6243 vtag = ntohl(init->init_hdr.init_tag); in sctp_ootb_pkt_new()
|
/Linux-v5.4/include/linux/ |
D | sctp.h | 277 struct sctp_inithdr init_hdr; member 347 struct sctp_inithdr init_hdr; member
|
D | nfs_xdr.h | 1588 void (*init_hdr)(struct nfs_pgio_header *hdr); member
|
/Linux-v5.4/fs/nfs/ |
D | direct.c | 435 .init_hdr = nfs_direct_pgio_init, 834 .init_hdr = nfs_direct_pgio_init,
|
D | pagelist.c | 58 if (hdr->completion_ops->init_hdr) in nfs_pgheader_init() 59 hdr->completion_ops->init_hdr(hdr); in nfs_pgheader_init()
|
D | write.c | 1446 .init_hdr = nfs_async_write_init,
|
/Linux-v5.4/include/net/sctp/ |
D | structs.h | 593 struct sctp_inithdr *init_hdr; member
|