Searched defs:Link (Results 1 – 8 of 8) sorted by relevance
8 typedef struct Link Link; typedef11 struct Link struct15 int ref;17 long packets; /* total number of packets sent */18 long bytes; /* total number of bytes sent */19 int indrop; /* enable dropping on iq overflow */20 long soverflows; /* packets dropped because iq overflowed */21 long droprate; /* drop 1/droprate packets in tq */22 long drops; /* packets deliberately dropped */46 Link link[2]; argument
15 typedef struct Link Link; typedef18 struct Link { struct19 Link *next; argument24 Link *first; argument
31 typedef struct Link Link; typedef32 struct Link /* link names together */ struct36 Link *next; argument
319 } Link; typedef
196 Link = 3<<4, enumerator
49 Link, enumerator
223 Link = 1<<6, /* 82580 link */ enumerator