Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Dallowedips.h47 struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
H A Dallowedips.c356 struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table, in wg_allowedips_lookup_dst() function
H A Ddevice.c153 peer = wg_allowedips_lookup_dst(&wg->peer_allowedips, skb); in wg_xmit()