Linux橋mac地址表(Hash表)結構

struct net_bridge struct hlist_head hash[BR_HASH_SIZE]; … struct net_bridge_fdb_entry struct hlist_node hlist; struct net_bridge_port *dst; mac_addr addr; … 進行地址學習時調用 br_fdb_update(br, p, eth_hdr(skb)
相關文章
相關標籤/搜索