Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log_cil.c442 struct xfs_trans_header thdr; in xlog_cil_push() local
581 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push()
582 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push()
583 thdr.th_tid = tic->t_tid; in xlog_cil_push()
584 thdr.th_num_items = num_iovecs; in xlog_cil_push()
585 lhdr.i_addr = &thdr; in xlog_cil_push()
/linux-4.4.14/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.4.14/net/ipv6/
Dicmp.c240 struct icmp6hdr *thdr, int len) in icmpv6_push_pending_frames() argument
251 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); in icmpv6_push_pending_frames()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.c1189 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local
1202 dp->d_ops->node_hdr_from_disk(&thdr, node); in xfs_da3_node_toosmall()
1205 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()
/linux-4.4.14/include/net/
Dipv6.h294 struct icmp6hdr *thdr, int len);