Searched defs:udp_connection (Results 1 – 1 of 1) sorted by relevance
25 struct udp_connection { struct27 struct refcnt refcnt;29 struct list_head list;32 struct xfer_interface xfer;58 static int udp_bind ( struct udp_connection *udp ) { in udp_bind() argument