Home
last modified time | relevance | path

Searched refs:rt_protocol (Results 1 – 2 of 2) sorted by relevance

/linux/net/bridge/
H A Dbr_mdb.c303 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info()
748 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_sg()
786 MCAST_INCLUDE, cfg->rt_protocol, extack); in br_mdb_add_group_sg()
843 sg_cfg.rt_protocol = cfg->rt_protocol; in br_mdb_add_group_src_fwd()
968 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_star_g()
1011 cfg->filter_mode, cfg->rt_protocol, in br_mdb_add_group_star_g()
1225 cfg->rt_protocol = nla_get_u8(mdb_attrs[MDBE_ATTR_RTPROT]); in br_mdb_config_attrs_init()
1239 cfg->rt_protocol = RTPROT_STATIC; in br_mdb_config_init()
1436 u8 rt_protocol; member
1471 desc->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in br_mdb_flush_desc_init()
[all …]
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c39 u8 rt_protocol; member
74 u8 rt_protocol; member
82 u8 rt_protocol; member
185 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill()
563 cfg->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in vxlan_mdb_config_attrs_init()
614 cfg->rt_protocol = RTPROT_STATIC; in vxlan_mdb_config_init()
737 remote->rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_init()
808 sg_cfg.rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_src_fwd_add()
1108 remote->rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_replace()
1367 desc->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in vxlan_mdb_flush_desc_init()
[all …]