Home
last modified time | relevance | path

Searched refs:init_hdr (Results 1 – 10 of 10) sorted by relevance

/linux/net/sctp/
H A Dsm_make_chunk.c323 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()
2438 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init()
2440 ntohl(peer_init->init_hdr.a_rwnd); in sctp_process_init()
2442 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()
2444 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
[all …]
H A Dsm_statefuns.c405 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1B_init()
544 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1C_ack()
1552 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_unexpected_init()
4745 inittag = ntohl(initack->init_hdr.init_tag); in sctp_sf_abort_violation()
6399 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new()
6416 vtag = ntohl(init->init_hdr.init_tag); in sctp_ootb_pkt_new()
H A Dinput.c516 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) in sctp_err_lookup()
/linux/include/linux/
H A Dsctp.h278 struct sctp_inithdr init_hdr; member
348 struct sctp_inithdr init_hdr; member
H A Dnfs_xdr.h1729 void (*init_hdr)(struct nfs_pgio_header *hdr); member
/linux/fs/nfs/
H A Ddirect.c310 .init_hdr = nfs_direct_pgio_init,
822 .init_hdr = nfs_direct_pgio_init,
H A Dpagelist.c112 if (hdr->completion_ops->init_hdr) in nfs_pgheader_init()
113 hdr->completion_ops->init_hdr(hdr); in nfs_pgheader_init()
H A Dwrite.c1443 .init_hdr = nfs_async_write_init,
/linux/include/net/sctp/
H A Dstructs.h590 struct sctp_inithdr *init_hdr; member
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c1290 static int init_hdr(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_hdr() function
1366 .init_comp = init_hdr,