Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_sip.c733 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local
739 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
753 limit - dptr >= thdr->len && in ct_sip_get_sdp_header()
754 strncasecmp(dptr, thdr->name, thdr->len) == 0) in ct_sip_get_sdp_header()
/net/ipv6/
Dicmp.c251 struct icmp6hdr *thdr, int len) in icmpv6_push_pending_frames() argument
261 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); in icmpv6_push_pending_frames()