Home
last modified time | relevance | path

Searched refs:gre_input_key (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/net/
H A Dif_gre.c297 static int gre_input_key(struct mbuf **, int *, int, int, uint8_t,
907 if (gre_input_key(mp, offp, type, af, ip->ip_tos, &key) == -1) in gre_input()
932 if (gre_input_key(mp, offp, type, af, flow >> 20, &key) == -1) in gre_input6()
1002 gre_input_key(struct mbuf **mp, int *offp, int type, int af, uint8_t otos, in gre_input_key() function