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