ip6_input.c | 148 static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int); 1143 ext = ip6_pullexthdr(m, sizeof(struct ip6_hdr), 1203 ext = ip6_pullexthdr(m, off, nxt); 1313 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) function in typeref:struct:mbuf *
|