Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsctp.h276 struct sctp_inithdr init_hdr; member
346 struct sctp_inithdr init_hdr; member
H A Dnfs_xdr.h1737 void (*init_hdr)(struct nfs_pgio_header *hdr); member
/linux/fs/nfs/
H A Ddirect.c328 .init_hdr = nfs_direct_pgio_init,
846 .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.c1392 .init_hdr = nfs_async_write_init,
/linux/net/sctp/
H A Dsm_statefuns.c406 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1B_init()
545 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_5_1C_ack()
1554 chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; in sctp_sf_do_unexpected_init()
4747 inittag = ntohl(initack->init_hdr.init_tag); in sctp_sf_abort_violation()
6401 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new()
6418 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()