Home
last modified time | relevance | path

Searched refs:thdr (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_log_cil.c436 struct xfs_trans_header thdr; in xlog_cil_push() local
575 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push()
576 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push()
577 thdr.th_tid = tic->t_tid; in xlog_cil_push()
578 thdr.th_num_items = num_iovecs; in xlog_cil_push()
579 lhdr.i_addr = &thdr; in xlog_cil_push()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_sip.c725 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local
731 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
745 limit - dptr >= thdr->len && in ct_sip_get_sdp_header()
746 strncasecmp(dptr, thdr->name, thdr->len) == 0) in ct_sip_get_sdp_header()
/linux-4.1.27/net/ipv6/
Dicmp.c239 struct icmp6hdr *thdr, int len) in icmpv6_push_pending_frames() argument
250 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); in icmpv6_push_pending_frames()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c1183 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local
1196 dp->d_ops->node_hdr_from_disk(&thdr, node); in xfs_da3_node_toosmall()
1199 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()
/linux-4.1.27/include/net/
Dipv6.h292 struct icmp6hdr *thdr, int len);