Searched defs:edif_list_entry (Results 1 – 1 of 1) sorted by relevance
5251 struct edif_list_entry { struct5252 uint16_t handle; /* nport_handle */5253 uint32_t update_sa_index;5254 uint32_t delete_sa_index;5255 uint32_t count; /* counter for filtering sa_index */5257 uint32_t flags; /* used by sadb cleanup code */5258 fc_port_t *fcport; /* needed by rx delay timer function */5259 struct timer_list timer; /* rx delay timer */5260 struct list_head next;