Searched defs:fwnet_peer (Results 1 – 1 of 1) sorted by relevance
171 struct fwnet_peer { struct172 struct list_head peer_link;173 struct fwnet_device *dev;174 u64 guid;177 struct list_head pd_list; /* received partial datagrams */178 unsigned pdg_size; /* pd_list size */180 u16 datagram_label; /* outgoing datagram label */181 u16 max_payload; /* includes RFC2374_FRAG_HDR_SIZE overhead */182 int node_id;183 int generation;[all …]