Searched refs:esp4_input (Results 1 – 4 of 4) sorted by relevance
158 extern void esp4_input(struct mbuf *, int off);
209 esp4_input(struct mbuf *m, int off) in esp4_input() function
230 .pr_input = esp4_input,
716 esp4_input(m, iphlen + sizeof(struct udphdr)); in udp_input()