Searched refs:init_hdr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | sm_make_chunk.c | 337 retval->subh.init_hdr = in sctp_make_init() 500 retval->subh.init_hdr = in sctp_make_init_ack() 2264 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init() 2265 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init() 2266 peer_init->init_hdr.init_tag == 0 || in sctp_verify_init() 2267 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init() 2270 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2293 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init() 2346 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_process_init() 2398 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init() [all …]
|
D | input.c | 531 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) in sctp_err_lookup() 1078 sctp_walk_params(params, init, init_hdr.params) { in __sctp_rcv_init_lookup()
|
D | sm_statefuns.c | 401 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1B_init() 534 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1C_ack() 1502 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_unexpected_init() 4564 inittag = ntohl(initack->init_hdr.init_tag); in sctp_sf_abort_violation() 6220 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new() 6237 vtag = ntohl(init->init_hdr.init_tag); in sctp_ootb_pkt_new()
|
/Linux-v4.19/include/linux/ |
D | sctp.h | 292 struct sctp_inithdr init_hdr; member 362 struct sctp_inithdr init_hdr; member
|
D | nfs_xdr.h | 1543 void (*init_hdr)(struct nfs_pgio_header *hdr); member
|
/Linux-v4.19/fs/nfs/ |
D | direct.c | 445 .init_hdr = nfs_direct_pgio_init, 844 .init_hdr = nfs_direct_pgio_init,
|
D | pagelist.c | 57 if (hdr->completion_ops->init_hdr) in nfs_pgheader_init() 58 hdr->completion_ops->init_hdr(hdr); in nfs_pgheader_init()
|
D | write.c | 1414 .init_hdr = nfs_async_write_init,
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 603 struct sctp_inithdr *init_hdr; member
|