Searched refs:ip6_pullexthdr (Results 1 – 1 of 1) sorted by relevance
148 static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int);1143 ext = ip6_pullexthdr(m, sizeof(struct ip6_hdr), in ip6_savecontrol()1203 ext = ip6_pullexthdr(m, off, nxt); in ip6_savecontrol()1313 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) in ip6_pullexthdr() function