Lines Matching defs:l2t
45 #include "l2t.h"
140 struct l2t_data *d = adap->l2t;
188 struct l2t_data *d = adap->l2t;
475 const struct l2t_entry *l2t)
484 if (tp->vlan_shift >= 0 && l2t->vlan != VLAN_NONE)
485 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift;
488 ntuple |= (u64)l2t->lport << tp->port_shift;
515 struct l2t_data *d = adap->l2t;
580 struct l2t_data *d = adap->l2t;
617 * Returns pointer to the allocated l2t entry
751 seq->private = adap->l2t;