Home
last modified time | relevance | path

Searched refs:subh (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/proc/
Dproc_sysctl.c1580 struct ctl_table_header *subh = *(--subheader); in __register_sysctl_paths() local
1581 struct ctl_table *table = subh->ctl_table_arg; in __register_sysctl_paths()
1582 unregister_sysctl_table(subh); in __register_sysctl_paths()
1700 struct ctl_table_header *subh = subheaders[i]; in unregister_sysctl_table() local
1701 struct ctl_table *table = subh->ctl_table_arg; in unregister_sysctl_table()
1702 unregister_sysctl_table(subh); in unregister_sysctl_table()
/linux-4.19.296/include/net/sctp/
Dsctp.h470 for (pos = chunk->subh.fwdtsn_hdr->skip;\
471 (void *)pos <= (void *)chunk->subh.fwdtsn_hdr->skip + end - sizeof(struct sctp_fwdtsn_skip);\
Dstructs.h617 } subh; member
692 return ntohs(ch->subh.data_hdr->stream); in sctp_chunk_stream_no()