Searched refs:t4_get_clip_entry (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_clip.h | 41 struct clip_entry *t4_get_clip_entry(struct adapter *, struct in6_addr *, bool);
|
H A D | t4_clip.c | 254 t4_get_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add) in t4_get_clip_entry() function
|
H A D | t4_main.c | 12077 if (t4_get_clip_entry(sc, &in6, true) != NULL) in hold_clip_addr()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 319 toep->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true); in t4_connect()
|
H A D | t4_listen.c | 347 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 D | t6_kern_tls.c | 223 tlsp->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true); in send_ktls_act_open_req()
|