Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_clip.h41 struct clip_entry *t4_get_clip_entry(struct adapter *, struct in6_addr *, bool);
H A Dt4_clip.c254 t4_get_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add) in t4_get_clip_entry() function
H A Dt4_main.c12077 if (t4_get_clip_entry(sc, &in6, true) != NULL) in hold_clip_addr()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c319 toep->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true); in t4_connect()
H A Dt4_listen.c347 lctx->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true); in alloc_lctx()
1685 toep->ce = t4_get_clip_entry(sc, &inc.inc6_laddr, true); in do_pass_establish()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c223 tlsp->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true); in send_ktls_act_open_req()