Searched refs:sdh (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | uPD98402.c | 62 static const unsigned char sdh[] = { 1,0,0,2 }; in set_framing() local 71 set = sdh; in set_framing()
|
H A D | he.c | 120 static bool sdh; variable 1484 if (sdh) { in he_start() 2849 module_param(sdh, bool, 0); 2850 MODULE_PARM_DESC(sdh, "use SDH framing (default 0)");
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 2787 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shutdown() local 2800 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shutdown() 2801 skb_pull(chunk->skb, sizeof(*sdh)); in sctp_sf_do_9_2_shutdown() 2802 chunk->subh.shutdown_hdr = sdh; in sctp_sf_do_9_2_shutdown() 2803 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shutdown() 2876 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shut_ctsn() local 2887 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shut_ctsn() 2888 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shut_ctsn() 2909 SCTP_BE32(sdh->cum_tsn_ack)); in sctp_sf_do_9_2_shut_ctsn()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 2851 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shutdown() local 2864 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shutdown() 2865 skb_pull(chunk->skb, sizeof(*sdh)); in sctp_sf_do_9_2_shutdown() 2866 chunk->subh.shutdown_hdr = sdh; in sctp_sf_do_9_2_shutdown() 2867 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shutdown() 2940 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shut_ctsn() local 2951 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shut_ctsn() 2952 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shut_ctsn() 2973 SCTP_BE32(sdh->cum_tsn_ack)); in sctp_sf_do_9_2_shut_ctsn()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 120 static bool sdh; variable 1481 if (sdh) { in he_start() 2846 module_param(sdh, bool, 0); 2847 MODULE_PARM_DESC(sdh, "use SDH framing (default 0)");
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 2249 SDH_INDEX_KEY sdh; /* $SDH index in $Secure. */ member
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 2249 SDH_INDEX_KEY sdh; /* $SDH index in $Secure. */ member
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 903 (m/\b(eor|and)/ and (s/\.[248][sdh]/.16b/g or 1)) or
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 903 (m/\b(eor|and)/ and (s/\.[248][sdh]/.16b/g or 1)) or
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2323 uint64_t sdh:4; member 2327 uint64_t sdh:4;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2323 uint64_t sdh:4; member 2327 uint64_t sdh:4;
|
Completed in 51 milliseconds