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