Searched refs:ip6_pullexthdr (Results 1 – 1 of 1) sorted by relevance
176 static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int);1307 ext = ip6_pullexthdr(m, sizeof(struct ip6_hdr), in ip6_savecontrol()1382 ext = ip6_pullexthdr(m, off, nxt); in ip6_savecontrol()1538 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) in ip6_pullexthdr() function