Searched defs:l2vpn_pw (Results 1 – 1 of 1) sorted by relevance
328 struct l2vpn_pw { struct330 struct l2vpn *l2vpn;331 struct in_addr lsr_id;332 int af;333 union ldpd_addr addr;357 LIST_HEAD(, l2vpn_pw) pw_list; argument